com.zphinx.spine.start.helpers.impl
Class ConfigReader
java.lang.Object
com.zphinx.spine.start.helpers.AbstractConfigHelper
com.zphinx.spine.start.helpers.impl.ConfigReader
public class ConfigReader
- extends AbstractConfigHelper
ConfigReader helps to read and parse the incomming start configuration file loaded at startup
- Version:
- $1.0
Copyright ©Zphinx Software Solutions
- Author:
- David Ladapo
|
Method Summary |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigReader
public ConfigReader()
readNodeTypes
protected void readNodeTypes(Node node,
int type)
throws NumberFormatException,
Throwable
- Description copied from class:
AbstractConfigHelper
- Reads the different types of nodes e.g
Element node
- Specified by:
readNodeTypes in class AbstractConfigHelper
- Parameters:
node - The node to readtype - The type of node to be read e.g Node.ELEMENT_NODE
- Throws:
NumberFormatException
Throwable
resetHelper
public void resetHelper()
- Description copied from class:
AbstractConfigHelper
- Resets the helper variables
- Specified by:
resetHelper in class AbstractConfigHelper