Interface HarvestedSource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
    • Method Detail

      • getSource

        Object getSource()
        The object that has been processed
      • success

        boolean success()
        If true, the file has been ingested and generated new granules in the reader, false otherwise
      • getMessage

        String getMessage()
        In case the file was not ingested, provides a reason why it was skipped