Package aQute.lib.env
Class Selector.Filter
- java.lang.Object
-
- aQute.lib.env.Selector.Filter
-
- All Implemented Interfaces:
java.io.FileFilter
- Enclosing class:
- Selector
public static class Selector.Filter extends java.lang.Object implements java.io.FileFilter
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.regex.Pattern
doNotCopy
private Selector
instruction
private boolean
recursive
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File pathname)
boolean
isRecursive()
-
-
-
Field Detail
-
instruction
private Selector instruction
-
recursive
private boolean recursive
-
doNotCopy
private java.util.regex.Pattern doNotCopy
-
-