Package org.apache.rat.report
Interface IReportable
- All Known Implementing Classes:
ArchiveWalker
,DirectoryWalker
,FileListWalker
,IReportableListWalker
,Walker
public interface IReportable
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the DocumentName for the reportable.void
Adds 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.
-
getName
DocumentName getName()Returns the DocumentName for the reportable.- Returns:
- the DocumentName for the reportable.
-