|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.application.areca.adapters.ProcessXMLReader
public class ProcessXMLReader
Adapter for process serialization / deserialization
Field Summary | |
---|---|
protected java.io.File |
configurationFile
|
protected MissingDataListener |
missingDataListener
|
protected org.w3c.dom.Document |
xmlConfig
|
Constructor Summary | |
---|---|
ProcessXMLReader(java.io.File configurationFile)
|
Method Summary | |
---|---|
TargetGroup |
load()
|
void |
setMissingDataListener(MissingDataListener missingDataListener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.Document xmlConfig
protected java.io.File configurationFile
protected MissingDataListener missingDataListener
Constructor Detail |
---|
public ProcessXMLReader(java.io.File configurationFile) throws AdapterException
AdapterException
Method Detail |
---|
public void setMissingDataListener(MissingDataListener missingDataListener)
public TargetGroup load() throws AdapterException
AdapterException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |