public class DefaultHarvestedSource extends Object implements HarvestedSource
HarvestedSource interface| Constructor and Description |
|---|
DefaultHarvestedSource(Object source,
boolean success,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
In case the file was not ingested, provides a reason why it was skipped
|
Object |
getSource()
The object that has been processed
|
boolean |
success()
If true, the file has been ingested and generated new granules in the reader, false otherwise
|
String |
toString() |
public Object getSource()
HarvestedSourcegetSource in interface HarvestedSourcepublic boolean success()
HarvestedSourcesuccess in interface HarvestedSourcepublic String getMessage()
HarvestedSourcegetMessage in interface HarvestedSourceCopyright © 1996–2019 Geotools. All rights reserved.