| Package | Description |
|---|---|
| org.openksavi.sponge.config |
Interfaces for the configuration.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.plugin |
Interfaces for plugins.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.getChildConfiguration(String key)
Returns a child configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Configuration> |
Configuration.getChildConfigurationsOf(String key)
Returns all child configurations of the node specified by
key. |
List<Configuration> |
Configuration.getConfigurationsAt(String key)
Returns all sub configurations specified by
key. |
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.configure(Configuration configuration)
Applies a configuration to this entity.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationManager.getEngineConfig()
Returns the engine configuration.
|
Configuration |
ConfigurationManager.getRootConfig()
Returns the root configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Plugin.getConfiguration()
Returns a plugin configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.onConfigure(Configuration configuration)
A callback method that applies a configuration.
|
void |
Plugin.setConfiguration(Configuration configuration,
boolean configure)
Sets a plugin configuration.
|
Copyright © 2016–2020 Softelnet. All rights reserved.