|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultHarvestedSource
public class DefaultHarvestedSource
Default implementation of the HarvestedSource
interface
Constructor Summary | |
---|---|
DefaultHarvestedSource(Object source,
boolean success,
String message)
|
Method Summary | |
---|---|
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 |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultHarvestedSource(Object source, boolean success, String message)
Method Detail |
---|
public Object getSource()
HarvestedSource
getSource
in interface HarvestedSource
public boolean success()
HarvestedSource
success
in interface HarvestedSource
public String getMessage()
HarvestedSource
getMessage
in interface HarvestedSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |