Package org.apache.rat.walker
Class Walker
java.lang.Object
org.apache.rat.walker.Walker
- All Implemented Interfaces:
IReportable
- Direct Known Subclasses:
ArchiveWalker
,DirectoryWalker
Abstract walker.
-
Constructor Details
-
Walker
Creates the walker- Parameters:
document
- The document the walker is walking.
-
-
Method Details
-
getDocument
Retrieves the document from the constructor.- Returns:
- the document from the constructor.
-
getName
Description copied from interface:IReportable
Returns the DocumentName for the reportable.- Specified by:
getName
in interfaceIReportable
- Returns:
- the DocumentName for the reportable.
-