public class DefaultHarvestedSource extends Object implements HarvestedSource
HarvestedSource
interfaceConstructor 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()
HarvestedSource
getSource
in interface HarvestedSource
public boolean success()
HarvestedSource
success
in interface HarvestedSource
public String getMessage()
HarvestedSource
getMessage
in interface HarvestedSource
Copyright © 1996–2019 Geotools. All rights reserved.