| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigFile
DefaultConfigFile class.
|
class |
DirConfig
DirConfig class.
|
class |
DirectoryToConfigWrapper
DirectoryToConfigWrapper class.
|
class |
HashConfig
HashConfig 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 |
|---|---|
IConfig |
DefaultConfigLoader.getConfig()
Getter for the field
config. |
protected IConfig |
ConfigNode.loadValue()
loadValue.
|
| Constructor and Description |
|---|
ConfigNode(Object owner,
String path,
IConfig def)
Constructor for ConfigNode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefComponent
DefComponent class.
|
class |
DefRoot
DefRoot class.
|
| Constructor and Description |
|---|
ConsoleFactory(IConfig config)
Constructor for ConsoleFactory.
|
| Constructor and Description |
|---|
ConfigProvider(IConfig config)
Constructor for ConfigProvider.
|
| Modifier and Type | Field and Description |
|---|---|
protected IConfig |
DefaultTaskContext.config |
| Modifier and Type | Method and Description |
|---|---|
IConfig |
TaskContext.getConfig()
getConfig.
|
IConfig |
PrintWriterTaskContext.getConfig()
getConfig.
|
IConfig |
DefaultTaskContext.getConfig()
getConfig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskContext.setConfig(IConfig config)
Setter for the field
config. |
| Constructor and Description |
|---|
PrintWriterTaskContext(PrintWriterLog log,
IConfig config,
boolean testOnly)
Constructor for PrintWriterTaskContext.
|
PrintWriterTaskContext(String name,
PrintWriter writer,
IConfig config,
boolean testOnly)
Constructor for PrintWriterTaskContext.
|
| Modifier and Type | Method and Description |
|---|---|
IConfig |
DefaultSingleton.getConfig()
getConfig.
|
Copyright © 2016. All Rights Reserved.