Interface IReportable

All Known Implementing Classes:
ArchiveWalker, DirectoryWalker, FileListWalker, IReportableListWalker, Walker

public interface IReportable
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the DocumentName for the reportable.
    void
    run(RatReport report)
    Adds the reportable to the RatReport.
  • Method Details

    • run

      void run(RatReport report) throws RatException
      Adds the reportable to the RatReport.
      Parameters:
      report - the report to add the results to.
      Throws:
      RatException - on error.
    • getName

      DocumentName getName()
      Returns the DocumentName for the reportable.
      Returns:
      the DocumentName for the reportable.