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, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic 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)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.