Class ArchiveWalker

java.lang.Object
org.apache.rat.walker.Walker
org.apache.rat.walker.ArchiveWalker
All Implemented Interfaces:
IReportable

public class ArchiveWalker extends Walker implements IReportable
Walks various kinds of archives files
  • Constructor Details

  • Method Details

    • run

      public void run(RatReport report) throws RatException
      Run a report over all files and directories in this GZIPWalker, ignoring any files/directories set to be ignored.
      Specified by:
      run in interface IReportable
      Parameters:
      report - the defined RatReport to run on this GZIP walker.
      Throws:
      RatException