public interface PluginConfiguration
An experimental configuration provider is available from
AbstractPlugin.getConfiguration(Class)
.
Modifier and Type | Method and Description |
---|---|
Plugin |
getFirstNextPlugin()
Return the plugin that is the next plugin relative to the plugin that
owns this configuration.
|
java.lang.String |
getName()
Returns the name of the plugin that owns this configuration.
|
java.util.List<Plugin> |
getNextPlugins()
Return the list of plugins configured as next plugins relative to the
plugin that owns this configuration.
|
java.util.Set<java.lang.String> |
getProperties()
Returns the raw configuration properties defined for the plugin that owns
this configuration.
|
java.lang.Class<? extends ManagedPlugin> |
getType()
Returns the type of the plugin that owns this configuration.
|
Plugin getFirstNextPlugin()
java.util.List<Plugin> getNextPlugins()
Note that the indexation can be different between restarts of the server.
java.lang.String getName()
java.lang.Class<? extends ManagedPlugin> getType()
java.util.Set<java.lang.String> getProperties()