Package aQute.lib.fileset
Class FileSet.OrDFA
- java.lang.Object
-
- aQute.lib.fileset.FileSet.DFA
-
- aQute.lib.fileset.FileSet.OrDFA
-
- Enclosing class:
- FileSet
static class FileSet.OrDFA extends FileSet.DFA
-
-
Field Summary
Fields Modifier and Type Field Description private FileSet.DFAaprivate FileSet.DFAb
-
Constructor Summary
Constructors Constructor Description OrDFA(FileSet.DFA a, FileSet.DFA b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisIncluded(java.lang.String[] segments, int n)(package private) voidmatch(java.util.Collection<java.io.File> files, java.io.File input)
-
-
-
Field Detail
-
a
private FileSet.DFA a
-
b
private FileSet.DFA b
-
-
Constructor Detail
-
OrDFA
public OrDFA(FileSet.DFA a, FileSet.DFA b)
-
-
Method Detail
-
match
void match(java.util.Collection<java.io.File> files, java.io.File input)- Specified by:
matchin classFileSet.DFA
-
isIncluded
boolean isIncluded(java.lang.String[] segments, int n)- Specified by:
isIncludedin classFileSet.DFA
-
-