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, regexFilter
public ArchiveWalker(File file, FilenameFilter filter) throws FileNotFoundException
file
- not nullfilter
- filters input files (optional),
or null when no filtering should be performedIOException
FileNotFoundException
public void run(RatReport report) throws RatException
run
in interface IReportable
report
- the defined RatReport to run on this GZIP walker.RatException
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.