| Constructor and Description |
|---|
ReportImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFailedRecord(String id) |
void |
addFailedRecord(String id,
String reason) |
void |
addMessage(String message) |
void |
addSuccessfulRecord(String id) |
Collection<String> |
getAddedIds() |
Map<String,String> |
getFailedIds() |
int |
getNumberOfRecordsAdded() |
int |
getNumberOfRecordsFailed() |
String |
toString() |
public int getNumberOfRecordsAdded()
getNumberOfRecordsAdded in interface Reportpublic int getNumberOfRecordsFailed()
getNumberOfRecordsFailed in interface Reportpublic void addSuccessfulRecord(String id)
addSuccessfulRecord in interface Reportpublic void addFailedRecord(String id, String reason)
addFailedRecord in interface Reportpublic void addFailedRecord(String id)
public Collection<String> getAddedIds()
getAddedIds in interface Reportpublic Map<String,String> getFailedIds()
getFailedIds in interface Reportpublic void addMessage(String message)
addMessage in interface ReportCopyright © 2015 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.