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