public abstract class Walker extends Object implements IReportable
Modifier and Type | Field and Description |
---|---|
protected File |
file |
protected FilenameFilter |
filter |
protected String |
name |
Modifier | Constructor and Description |
---|---|
|
Walker(File file,
FilenameFilter filter) |
protected |
Walker(String name,
File file,
FilenameFilter filter) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ignored(File file) |
protected boolean |
isRestricted(File file) |
protected static FilenameFilter |
regexFilter(Pattern pattern) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
protected final File file
protected final String name
protected final FilenameFilter filter
public Walker(File file, FilenameFilter filter)
protected Walker(String name, File file, FilenameFilter filter)
protected static FilenameFilter regexFilter(Pattern pattern)
protected boolean isRestricted(File file)
protected final boolean ignored(File file)
Copyright © 2006-2021 The Apache Software Foundation. All Rights Reserved.