public class CsvReportChangesCollector extends java.lang.Object implements ChangesCollector
| Constructor and Description |
|---|
CsvReportChangesCollector(java.io.Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
collect(ItemChangeDTO change)
Collects the given change in a specified way.
|
void |
finish()
Finishes the collecting changes, depending on implementation, may be used as kind of post processing after
finalizing collecting the changes.
|
public CsvReportChangesCollector(java.io.Writer writer)
public boolean collect(ItemChangeDTO change)
ChangesCollectorcollect in interface ChangesCollectorchange - change to be collectedtrue, if the collecting process should continue, false otherwisepublic void finish()
ChangesCollectorfinish in interface ChangesCollectorCopyright © 2018 SAP SE. All Rights Reserved.