|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.start.helpers.AbstractConfigHelper
com.zphinx.spine.start.helpers.impl.ConfigurationHelper
public class ConfigurationHelper
ConfigurationHelper creates the Hashmap used by the SpineConfiguration helper from a known configuration file
Copyright ©Zphinx Software Solutions
| Field Summary |
|---|
| Fields inherited from class com.zphinx.spine.start.helpers.AbstractConfigHelper |
|---|
hash |
| Constructor Summary | |
|---|---|
ConfigurationHelper()
Public Constructor |
|
| Method Summary | |
|---|---|
HashMap |
createConfig(String fileName)
Create the configuration objects from the configuration Filename given. |
protected void |
readNodeTypes(Node node,
int type)
Reads the different types of nodes e.g Element node |
void |
resetHelper()
Resets the helper variables |
| Methods inherited from class com.zphinx.spine.start.helpers.AbstractConfigHelper |
|---|
createConfig, getNodeData, loopChildNodes, recurseNodeTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationHelper()
| Method Detail |
|---|
public HashMap createConfig(String fileName)
createConfig in class AbstractConfigHelperfileName - The name/path to the configuration file
public void resetHelper()
resetHelper in class AbstractConfigHelper
protected void readNodeTypes(Node node,
int type)
throws NumberFormatException,
Throwable
AbstractConfigHelperElement node
readNodeTypes in class AbstractConfigHelpernode - The node to readtype - The type of node to be read e.g Node.ELEMENT_NODE
NumberFormatException
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||