rat
Class DirectoryWalker
java.lang.Object
rat.DirectoryWalker
- All Implemented Interfaces:
- IReportable
public class DirectoryWalker
- extends java.lang.Object
- implements IReportable
Walks directories.
Field Summary |
protected java.io.File |
file
|
protected java.lang.String |
name
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
protected final java.io.File file
name
protected final java.lang.String name
DirectoryWalker
public DirectoryWalker(java.io.File file)
DirectoryWalker
public DirectoryWalker(java.io.File file,
java.util.regex.Pattern ignoreNameRegex)
isRestricted
public boolean isRestricted()
ignored
protected final boolean ignored(java.lang.String name)
run
public void run(RatReport report)
throws RatReportFailedException
- Specified by:
run
in interface IReportable
- Throws:
RatReportFailedException
Copyright © 2006-2010. All Rights Reserved.