Interface Reportable
- All Known Implementing Classes:
ArchiveWalker, DirectoryWalker, FileListWalker, ReportableListWalker, Walker
public interface Reportable
-
Method Summary
Modifier and TypeMethodDescriptionname()Returns the DocumentName for the reportable.voidAdds the reportable to the RatReport.
-
Method Details
-
run
Adds the reportable to the RatReport.- Parameters:
report- the report to add the results to.- Throws:
RatException- on error.
-
name
DocumentName name()Returns the DocumentName for the reportable.- Returns:
- the DocumentName for the reportable.
-