|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.config.ConfigDataProcessor
This class parses gate.xml configuration data files.
Field Summary | |
protected static boolean |
DEBUG
Debug flag |
protected javax.xml.parsers.SAXParser |
parser
The parser for the CREOLE directory files |
Constructor Summary | |
ConfigDataProcessor()
Default constructor. |
Method Summary | |
void |
parseConfigFile(InputStream configStream,
URL configUrl)
Parse a config file (represented as an open stream). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final boolean DEBUG
protected javax.xml.parsers.SAXParser parser
Constructor Detail |
public ConfigDataProcessor() throws GateException
Method Detail |
public void parseConfigFile(InputStream configStream, URL configUrl) throws GateException
GateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |