| Package | Description |
|---|---|
| de.mhus.lib.core.config | |
| de.mhus.lib.core.definition | |
| de.mhus.lib.core.directory |
| 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 |
|---|---|
WritableResourceNode |
PropertiesConfig.createConfig(String key)
Create a new config and append it at the end of the list.
|
WritableResourceNode |
NodeConfig.createConfig(String key)
Create a new config and append it at the end of the list.
|
WritableResourceNode |
JsonConfig.createConfig(String key)
Create a new config and append it at the end of the list.
|
WritableResourceNode |
HashConfig.createConfig(String key)
Create a new config and append it at the end of the list.
|
WritableResourceNode |
DirectoryToConfigWrapper.createConfig(String key)
Create a new config and append it at the end of the list.
|
WritableResourceNode |
DirConfig.createConfig(String key)
Create a new config and append it at the end of the list.
|
WritableResourceNode |
MConfigFactory.createConfigFor(File file)
createConfigFor.
|
WritableResourceNode |
MConfigFactory.createConfigFor(URI uri)
createConfigFor.
|
WritableResourceNode |
MConfigFactory.createConfigForFile(String key)
createConfigForFile.
|
WritableResourceNode |
XmlConfig.getNode(String key)
Returns a inner configuration by the name.
|
WritableResourceNode |
JsonConfig.getNode(String name)
Returns a inner configuration by the name.
|
WritableResourceNode |
DirConfig.getNode(String key)
Returns a inner configuration by the name.
|
WritableResourceNode[] |
XmlConfig.getNodes()
Return all inner configurations ignoring the name.
|
WritableResourceNode[] |
JsonConfig.getNodes()
Return all inner configurations ignoring the name.
|
WritableResourceNode[] |
DirConfig.getNodes()
Return all inner configurations ignoring the name.
|
WritableResourceNode[] |
XmlConfig.getNodes(String key)
Return all inner configurations by the given name.
|
WritableResourceNode[] |
JsonConfig.getNodes(String name)
Return all inner configurations by the given name.
|
WritableResourceNode[] |
DirConfig.getNodes(String key)
Return all inner configurations by the given name.
|
WritableResourceNode |
XmlConfig.getParent()
return the parent config if possible.
|
WritableResourceNode |
PropertiesConfig.getParent()
return the parent config if possible.
|
WritableResourceNode |
JsonConfig.getParent()
return the parent config if possible.
|
WritableResourceNode |
DirConfig.getParent()
return the parent config if possible.
|
WritableResourceNode |
MConfigFactory.toConfig(String configString)
Return a config or null if the string is not understud.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigBuilder.cloneConfig(ResourceNode src,
WritableResourceNode tar)
cloneConfig.
|
| Constructor and Description |
|---|
DirectoryToConfigWrapper(WritableResourceNode node)
Constructor for DirectoryToConfigWrapper.
|
HashConfig(String name,
WritableResourceNode parent)
Constructor for HashConfig.
|
JsonConfig(String name,
WritableResourceNode parent,
org.codehaus.jackson.node.ObjectNode node)
Constructor for JsonConfig.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefComponent
DefComponent class.
|
class |
DefRoot
DefRoot class.
|
| Modifier and Type | Method and Description |
|---|---|
abstract WritableResourceNode |
WritableResourceNode.createConfig(String key)
Create a new config and append it at the end of the list.
|
Copyright © 2016. All Rights Reserved.