Class Walker

java.lang.Object
org.apache.rat.walker.Walker
All Implemented Interfaces:
IReportable
Direct Known Subclasses:
ArchiveWalker, DirectoryWalker

public abstract class Walker extends Object implements IReportable
Abstract walker.
  • Constructor Details

    • Walker

      protected Walker(Document document)
      Creates the walker
      Parameters:
      document - The document the walker is walking.
  • Method Details

    • getDocument

      protected Document getDocument()
      Retrieves the document from the constructor.
      Returns:
      the document from the constructor.
    • getName

      public DocumentName getName()
      Description copied from interface: IReportable
      Returns the DocumentName for the reportable.
      Specified by:
      getName in interface IReportable
      Returns:
      the DocumentName for the reportable.