public abstract class XmlDataCollector<C extends ApplicationContext> extends SimpleLogSupportAdapter implements ApplicationObject<C>
Constructor and Description |
---|
XmlDataCollector() |
XmlDataCollector(LogChannel logCh) |
XmlDataCollector(LogChannel logCh,
boolean isStopOnError) |
Modifier and Type | Method and Description |
---|---|
C |
getApplicationContext() |
XmlDataParser<C> |
getParser() |
ParseTracker |
getParseTracker() |
boolean |
isStopOnError() |
void |
setParser(XmlDataParser<C> parser)
Sets the current parser during run.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public XmlDataCollector()
public XmlDataCollector(LogChannel logCh)
public XmlDataCollector(LogChannel logCh, boolean isStopOnError)
public final C getApplicationContext()
getApplicationContext
in interface ApplicationObject<C extends ApplicationContext>
public boolean isStopOnError()
public ParseTracker getParseTracker()
public void setParser(XmlDataParser<C> parser)
public XmlDataParser<C> getParser()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.