Package org.apache.rat.walker
Class Walker
- java.lang.Object
-
- org.apache.rat.walker.Walker
-
- All Implemented Interfaces:
IReportable
- Direct Known Subclasses:
ArchiveWalker,DirectoryWalker
public abstract class Walker extends java.lang.Object implements IReportable
Abstract walker.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisNotIgnored(java.io.File file)protected booleanisRestricted(java.io.File file)protected static java.io.FilenameFilterregexFilter(java.util.regex.Pattern pattern)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.rat.report.IReportable
run
-
-