Interface ImportDataDumpStrategy
- All Known Implementing Classes:
DefaultImportDataDumpStrategy
public interface ImportDataDumpStrategy
This interface provides methods for dumping ImpEx related objects like
ValueLine,
HeaderDescriptor and AbstractCodeLine.-
Method Summary
Modifier and TypeMethodDescriptiondump(AbstractCodeLine codeLine) Dumps singleAbstractCodeLineobject intoStringrepresentation of an ImpEx import.dump(HeaderDescriptor headerDescriptor) Dumps singleHeaderDescriptorobject intoStringrepresentation of an ImpEx import.Dumps singleValueLineobject intoStringrepresentation of an ImpEx import.Dumps collection ofValueLineobjects intoStringrepresentation of an ImpEx import.
-
Method Details
-
dump
Dumps collection ofValueLineobjects intoStringrepresentation of an ImpEx import.- Parameters:
valueLines- the collection ofValueLineobjects to dump.
-
dump
Dumps singleValueLineobject intoStringrepresentation of an ImpEx import.- Parameters:
valueLine-ValueLineobject to dump.
-
dump
Dumps singleHeaderDescriptorobject intoStringrepresentation of an ImpEx import.- Parameters:
headerDescriptor-HeaderDescriptorobject to dump.
-
dump
Dumps singleAbstractCodeLineobject intoStringrepresentation of an ImpEx import.- Parameters:
codeLine-AbstractCodeLineobject to dump.
-