|
Jacson | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigFileNode | |
de.spieleck.config | Provide simple access to xml based configuration files. |
Uses of ConfigFileNode in de.spieleck.config |
Fields in de.spieleck.config declared as ConfigFileNode | |
protected static ConfigFileNode |
Config.defaultConfig
Semi-Singleton: The default setup is an singleton while still many setup objects may coexist. |
Methods in de.spieleck.config that return ConfigFileNode | |
ConfigFileNode |
ConfigNodeImpl.getBranchNode()
Getting the node responsible for reading the file. |
ConfigFileNode |
EmptyConfigNode.getBranchNode()
|
ConfigFileNode |
ConfigFileNode.getBranchNode()
|
ConfigFileNode |
ConfigSafeNode.getBranchNode()
|
static ConfigFileNode |
Config.parse(org.xml.sax.InputSource is)
Parse setup tree from an InputSource without ConfigParamMap |
static ConfigFileNode |
Config.parse(org.xml.sax.InputSource is,
ConfigParamMap pm)
Parse setup tree from an InputSource with ConfigParamMap |
ConfigFileNode |
ConfigNode.getBranchNode()
Find the node responsible for reading this node from file. |
Methods in de.spieleck.config with parameters of type ConfigFileNode | |
static ConfigNode |
Config.setConfig(ConfigFileNode setup)
Set the global visible (singleton) config node. |
|
Spieleck | ||||||||||
PREV NEXT | FRAMES NO FRAMES |