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.
|
isNotIgnored, isRestricted, regexFilter
public 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 IReportable
report
- the defined RatReport to run on this GZIP walker.RatException
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.