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 performedFileNotFoundException - in case of I/O errors.public void run(RatReport report) throws RatException
run in interface IReportablereport - the defined RatReport to run on this GZIP walker.RatExceptionCopyright © 2006–2016 Apache Software Foundation. All rights reserved.