java.lang.Object
java.lang.Thread
org.jabbee.util.ConfigHandler
org.jabbee.util.ConfigReader
- All Implemented Interfaces:
- java.lang.Runnable
- public final class ConfigReader
- extends ConfigHandler
Reads the given configuration file and places information in the
appropriate panels.
- Version:
- 0.02
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
|
Method Summary |
void |
populatePanels()
Reads the Document and transfers appropriate values to the various panels |
void |
run()
The method of Thread that will be run if there is no Runnable object
associated with the Thread. |
boolean |
validateRoot(java.lang.String rootElement)
Validates the root element of an XML document |
| Methods inherited from class org.jabbee.util.ConfigHandler |
getAttributeValue, getChildTextValue, getChildValues, getChildValues, setComponentsPanel, setConnectionsPanel, setFilesystemPanel, setFiltersPanel, setGeneralPanel, setInputOutputPanel, setLoggingPanel, setSecurityPanel, setServicePanel, simulateXPathForAttribute, simulateXPathForValue, simulateXPathGetAttributeNode, simulateXPathGetNode, simulateXPathPathExists |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
configDoc
private org.w3c.dom.Document configDoc
ConfigReader
public ConfigReader(org.w3c.dom.Document d)
- Creates a new instance of ConfigReader
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
validateRoot
public boolean validateRoot(java.lang.String rootElement)
- Validates the root element of an XML document
populatePanels
public void populatePanels()
- Reads the Document and transfers appropriate values to the various panels