public abstract class GenericExtensionGenerator extends java.lang.Object implements ExtensionGenerator
Modifier and Type | Field and Description |
---|---|
protected ExtensionGeneratorConfig |
config |
Constructor and Description |
---|
GenericExtensionGenerator() |
Modifier and Type | Method and Description |
---|---|
ExtensionGeneratorConfig |
getExtensionGeneratorConfig()
Retrieves the extension generator configuration information associated
with this extension generator.
|
void |
init(ExtensionGeneratorConfig config)
Initializes this extension generator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy, doGenerate
protected ExtensionGeneratorConfig config
public void init(ExtensionGeneratorConfig config) throws RRDException
ExtensionGenerator
init
in interface ExtensionGenerator
config
- an ExtensionConfig object containing configuration
information for this extension generator.RRDException
- if an error occurs during initialization.public ExtensionGeneratorConfig getExtensionGeneratorConfig()
ExtensionGenerator
getExtensionGeneratorConfig
in interface ExtensionGenerator