public class ArchiveWalker extends Walker implements IReportable
| Constructor and Description |
|---|
ArchiveWalker(File file,
FilenameFilter filter)
Constructs a walker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(RatReport report)
Run a report over all files and directories in this GZIPWalker,
ignoring any files/directories set to be ignored.
|
ignored, isRestricted, regexFilterpublic ArchiveWalker(File file, FilenameFilter filter) throws FileNotFoundException
file - not nullfilter - filters input files (optional),
or null when no filtering should be performedIOExceptionFileNotFoundExceptionpublic void run(RatReport report) throws RatException
run in interface IReportablereport - the defined RatReport to run on this GZIP walker.RatExceptionCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.