Package org.geotools.coverage.grid.io
Class DefaultHarvestedSource
Object
DefaultHarvestedSource
- All Implemented Interfaces:
HarvestedSource
Default implementation of the
HarvestedSource
interface- Author:
- Andrea Aime - GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultHarvestedSource
-
-
Method Details
-
getSource
Description copied from interface:HarvestedSource
The object that has been processed- Specified by:
getSource
in interfaceHarvestedSource
-
success
public boolean success()Description copied from interface:HarvestedSource
If true, the file has been ingested and generated new granules in the reader, false otherwise- Specified by:
success
in interfaceHarvestedSource
-
getMessage
Description copied from interface:HarvestedSource
In case the file was not ingested, provides a reason why it was skipped- Specified by:
getMessage
in interfaceHarvestedSource
-
toString
-