public abstract class AbstractDumpHandler extends java.lang.Object implements DumpHandler
DumpHandler interface which provides references for a reader and a writer
object for last and current dump storage. Further extension do not have to hold them.| Constructor and Description |
|---|
AbstractDumpHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getDumpAsFile()
Gets the current dump as file.
|
ImpExMedia |
getDumpAsMedia()
Gets the current dump as media object.
|
java.lang.String |
getDumpAsString()
Gets the current dump as text.
|
CSVReader |
getReaderOfLastDump()
Gets a reader object to the last dump storage.
|
CSVWriter |
getWriterOfCurrentDump()
Gets a writer object to the current dump storage.
|
protected void |
setReaderOfLastDump(CSVReader reader)
Sets a new reader object for 'last' dump.
|
protected void |
setWriterOfCurrentDump(CSVWriter writer)
Sets a new writer object for 'current' dump.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, init, switchDumppublic CSVReader getReaderOfLastDump()
DumpHandlergetReaderOfLastDump in interface DumpHandlerpublic CSVWriter getWriterOfCurrentDump()
DumpHandlergetWriterOfCurrentDump in interface DumpHandlerprotected void setWriterOfCurrentDump(CSVWriter writer)
writer - new writerprotected void setReaderOfLastDump(CSVReader reader)
reader - new readerpublic java.io.File getDumpAsFile()
DumpHandlergetDumpAsFile in interface DumpHandlerpublic ImpExMedia getDumpAsMedia()
DumpHandlergetDumpAsMedia in interface DumpHandlerpublic java.lang.String getDumpAsString()
DumpHandlergetDumpAsString in interface DumpHandlerCopyright © 2018 SAP SE. All Rights Reserved.