| Constructor and Description |
|---|
ActivatorImpl(ResourceNode cactivator,
ClassLoader loader) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigFile |
class |
DirConfig |
class |
DirectoryToConfigWrapper |
class |
HashConfig |
class |
IConfig |
class |
JsonConfig |
class |
JsonConfigFile |
class |
NodeConfig |
class |
PropertiesConfig
Load the configuration from a properties file.
|
class |
PropertiesConfigFile |
class |
XmlConfig
Implements a configuration loaded from xml structures.
|
class |
XmlConfigFile |
| Modifier and Type | Method and Description |
|---|---|
ResourceNode |
PropertiesConfig.getNode(String key) |
ResourceNode |
NodeConfig.getNode(String key) |
ResourceNode |
HashConfig.getNode(String key) |
ResourceNode |
DirectoryToConfigWrapper.getNode(String key) |
ResourceNode[] |
PropertiesConfig.getNodes() |
ResourceNode[] |
HashConfig.getNodes() |
ResourceNode[] |
DirectoryToConfigWrapper.getNodes() |
ResourceNode[] |
PropertiesConfig.getNodes(String key) |
ResourceNode[] |
NodeConfig.getNodes(String key) |
ResourceNode[] |
HashConfig.getNodes(String key) |
ResourceNode[] |
DirectoryToConfigWrapper.getNodes(String key) |
ResourceNode |
HashConfig.getParent() |
ResourceNode |
DirectoryToConfigWrapper.getParent() |
ResourceNode |
HashConfig.setConfig(String key,
HashConfig child) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigBuilder.cloneConfig(ResourceNode src,
WritableResourceNode tar) |
int |
XmlConfig.moveConfig(ResourceNode config,
int newPos) |
int |
PropertiesConfig.moveConfig(ResourceNode config,
int newPos) |
int |
JsonConfig.moveConfig(ResourceNode config,
int newPos) |
int |
HashConfig.moveConfig(ResourceNode config,
int newPos) |
int |
DirectoryToConfigWrapper.moveConfig(ResourceNode config,
int newPos) |
int |
DirConfig.moveConfig(ResourceNode config,
int newPos) |
void |
XmlConfig.removeConfig(ResourceNode config) |
void |
PropertiesConfig.removeConfig(ResourceNode config) |
void |
JsonConfig.removeConfig(ResourceNode config) |
void |
HashConfig.removeConfig(ResourceNode config) |
void |
DirectoryToConfigWrapper.removeConfig(ResourceNode config) |
void |
DirConfig.removeConfig(ResourceNode config) |
void |
NodeConfig.setConfig(String name,
ResourceNode config) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefComponent |
class |
DefRoot |
| Modifier and Type | Class and Description |
|---|---|
class |
MResourceProvider<T extends ResourceNode> |
| Modifier and Type | Class and Description |
|---|---|
class |
WritableResourceNode |
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceNode |
ResourceNode.getNode(String key)
Returns a inner configuration by the name.
|
abstract ResourceNode[] |
ResourceNode.getNodes()
Return all inner configurations ignoring the name.
|
abstract ResourceNode[] |
ResourceNode.getNodes(String key)
Return all inner configurations by the given name.
|
abstract ResourceNode |
ResourceNode.getParent()
return the parent config if possible.
|
ResourceNode |
ClassLoaderResourceProvider.getResource(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
WritableResourceNode.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
abstract void |
WritableResourceNode.removeConfig(ResourceNode config)
Remove a config element from the set.
|
| Constructor and Description |
|---|
ContentCache(ResourceNode config) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LogFactory.init(ResourceNode config) |
void |
ConsoleFactory.init(ResourceNode config) |
| Modifier and Type | Method and Description |
|---|---|
ResourceNode |
ConfigProvider.getConfig(Object owner,
ResourceNode def) |
| Modifier and Type | Method and Description |
|---|---|
ResourceNode |
ConfigProvider.getConfig(Object owner,
ResourceNode def) |
| Constructor and Description |
|---|
MNlsFactory(ResourceNode config) |
Copyright © 2014. All rights reserved.