com.agimatec.commons.config
Class Config

java.lang.Object
  extended by com.agimatec.commons.config.Node
      extended by com.agimatec.commons.config.CompositeNode
          extended by com.agimatec.commons.config.MapNode
              extended by 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

Field Summary
 
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.
 
Method Summary
 
Methods inherited from class com.agimatec.commons.config.MapNode
get, getMap, getObjectValue, put, put
 
Methods inherited from class com.agimatec.commons.config.CompositeNode
getBoolean, getDouble, getFilePath, getInt, getInt, getList, getLong, getMap, getNode, getString, getURLPath
 
Methods inherited from class com.agimatec.commons.config.Node
evaluatePath, getName, setName, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Config

public Config()

Config

public Config(Map aMap)
create an instance on the given map.

Parameters:
aMap -


Copyright © 2008-2011. All Rights Reserved.