|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agimatec.commons.config.Node
com.agimatec.commons.config.CompositeNode
com.agimatec.commons.config.MapNode
com.agimatec.commons.config.Config
public class Config
Description: the root object of a Config file. This class is basically the same as a MapNode.
| 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(java.util.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 |
|---|
public Config()
public Config(java.util.Map aMap)
aMap -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||