| Modifier and Type | Method and Description |
|---|---|
static ResourceNode |
MSingleton.getConfig(Object owner)
getConfig.
|
| Constructor and Description |
|---|
DefaultActivator(ResourceNode cactivator,
ClassLoader loader)
Constructor for DefaultActivator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigFile
DefaultConfigFile class.
|
class |
DirConfig
DirConfig class.
|
class |
DirectoryToConfigWrapper
DirectoryToConfigWrapper class.
|
class |
HashConfig
HashConfig class.
|
class |
IConfig
Abstract IConfig class.
|
class |
JsonConfig
JsonConfig class.
|
class |
JsonConfigFile
JsonConfigFile class.
|
class |
NodeConfig
NodeConfig class.
|
class |
PropertiesConfig
Load the configuration from a properties file.
|
class |
PropertiesConfigFile
PropertiesConfigFile class.
|
class |
XmlConfig
Implements a configuration loaded from xml structures.
|
class |
XmlConfigFile
XmlConfigFile class.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceNode |
PropertiesConfig.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode |
NodeConfig.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode |
HashConfig.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode |
DirectoryToConfigWrapper.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode[] |
PropertiesConfig.getNodes()
Return all inner configurations ignoring the name.
|
ResourceNode[] |
HashConfig.getNodes()
Return all inner configurations ignoring the name.
|
ResourceNode[] |
DirectoryToConfigWrapper.getNodes()
Return all inner configurations ignoring the name.
|
ResourceNode[] |
PropertiesConfig.getNodes(String key)
Return all inner configurations by the given name.
|
ResourceNode[] |
NodeConfig.getNodes(String key)
Return all inner configurations by the given name.
|
ResourceNode[] |
HashConfig.getNodes(String key)
Return all inner configurations by the given name.
|
ResourceNode[] |
DirectoryToConfigWrapper.getNodes(String key)
Return all inner configurations by the given name.
|
ResourceNode |
HashConfig.getParent()
return the parent config if possible.
|
ResourceNode |
DirectoryToConfigWrapper.getParent()
return the parent config if possible.
|
ResourceNode |
HashConfig.setConfig(String key,
HashConfig child)
setConfig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigBuilder.cloneConfig(ResourceNode src,
WritableResourceNode tar)
cloneConfig.
|
int |
XmlConfig.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
int |
PropertiesConfig.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
int |
JsonConfig.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
int |
HashConfig.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
int |
DirectoryToConfigWrapper.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
int |
DirConfig.moveConfig(ResourceNode config,
int newPos)
Move the position of the configuration in the hole set of configurations.
|
void |
XmlConfig.removeConfig(ResourceNode config)
Remove a config element from the set.
|
void |
PropertiesConfig.removeConfig(ResourceNode config)
Remove a config element from the set.
|
void |
JsonConfig.removeConfig(ResourceNode config)
Remove a config element from the set.
|
void |
HashConfig.removeConfig(ResourceNode config)
Remove a config element from the set.
|
void |
DirectoryToConfigWrapper.removeConfig(ResourceNode config)
Remove a config element from the set.
|
void |
DirConfig.removeConfig(ResourceNode config)
Remove a config element from the set.
|
void |
NodeConfig.setConfig(String name,
ResourceNode config)
setConfig.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefComponent
DefComponent class.
|
class |
DefRoot
DefRoot class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MResourceProvider<T extends ResourceNode>
Abstract MResourceProvider class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyResourceNode
EmptyResourceNode class.
|
class |
WritableResourceNode
Abstract WritableResourceNode class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceNode |
ResourceNode.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode |
EmptyResourceNode.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode |
ResourceNode.getNodeByPath(String path)
getNodeByPath.
|
abstract ResourceNode[] |
ResourceNode.getNodes()
Return all inner configurations ignoring the name.
|
ResourceNode[] |
EmptyResourceNode.getNodes()
Return all inner configurations ignoring the name.
|
abstract ResourceNode[] |
ResourceNode.getNodes(String key)
Return all inner configurations by the given name.
|
ResourceNode[] |
EmptyResourceNode.getNodes(String key)
Return all inner configurations by the given name.
|
abstract ResourceNode |
ResourceNode.getParent()
return the parent config if possible.
|
ResourceNode |
EmptyResourceNode.getParent()
return the parent config if possible.
|
ResourceNode |
ClassLoaderResourceProvider.getResource(String name)
getResource.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileResource
FileResource class.
|
class |
FileResourceRoot
FileResourceRoot class.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceNode |
FileResource.getNode(String key)
Returns a inner configuration by the name.
|
ResourceNode[] |
FileResource.getNodes()
Return all inner configurations ignoring the name.
|
ResourceNode[] |
FileResource.getNodes(String key)
Return all inner configurations by the given name.
|
ResourceNode |
FileResource.getParent()
return the parent config if possible.
|
ResourceNode |
FileResourceRoot.getResource(String target)
getResource.
|
| Constructor and Description |
|---|
ContentCache(ResourceNode config)
Constructor for ContentCache.
|
| 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)
Getter for the field
config. |
| Modifier and Type | Method and Description |
|---|---|
ResourceNode |
ConfigProvider.getConfig(Object owner,
ResourceNode def)
Getter for the field
config. |
| Constructor and Description |
|---|
MNlsFactory(ResourceNode config)
Constructor for MNlsFactory.
|
Copyright © 2016. All Rights Reserved.