com.agimatec.commons.config
Class Config
java.lang.Object
com.agimatec.commons.config.Node
com.agimatec.commons.config.CompositeNode
com.agimatec.commons.config.MapNode
com.agimatec.commons.config.Config
- All Implemented Interfaces:
- Serializable
public class Config
- extends MapNode
Description: the root object of a Config file. This class is basically the same as a MapNode.
- Author:
- Roman Stumm
- See Also:
- Serialized Form
| Fields inherited from class com.agimatec.commons.config.MapNode |
map |
| Fields inherited from class com.agimatec.commons.config.Node |
name |
|
Constructor Summary |
Config()
|
Config(Map aMap)
create an instance on the given map. |
| Methods inherited from class com.agimatec.commons.config.CompositeNode |
getBoolean, getDouble, getFilePath, getInt, getInt, getList, getLong, getMap, getNode, getString, getURLPath |
Config
public Config()
Config
public Config(Map aMap)
- create an instance on the given map.
- Parameters:
aMap -
Copyright © 2008-2011. All Rights Reserved.