public abstract class AbstractPluginOptionsFactory<T extends AbstractPluginOptions> extends Object implements NativeObjectContainerFactory<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPluginOptionsFactory(String pluginId)
Creates the object with plugin ID.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPluginId()
Returns the plugin id related to this options.
|
protected <G extends NativeObjectContainer> |
loadGlobalsPluginOptions(NativeObjectContainerFactory<G> factory)
Loads the default plugin options from defaults.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createprotected AbstractPluginOptionsFactory(String pluginId)
pluginId - plugin idpublic final String getPluginId()
protected final <G extends NativeObjectContainer> G loadGlobalsPluginOptions(NativeObjectContainerFactory<G> factory)
null, returns
null.G - type of native object containerfactory - factory to load optionsnull, returns
null.