public static class Selector.Filter
extends java.lang.Object
implements java.io.FileFilter
| Modifier and Type | Field and Description |
|---|---|
private java.util.regex.Pattern |
doNotCopy |
private Selector |
instruction |
private boolean |
recursive |
| Constructor and Description |
|---|
Filter(Selector instruction,
boolean recursive) |
Filter(Selector instruction,
boolean recursive,
java.util.regex.Pattern doNotCopy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File pathname) |
boolean |
isRecursive() |
private Selector instruction
private boolean recursive
private java.util.regex.Pattern doNotCopy