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.DFA
a
private FileSet.DFA
b
-
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) boolean
isIncluded(java.lang.String[] segments, int n)
(package private) void
match(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:
match
in classFileSet.DFA
-
isIncluded
boolean isIncluded(java.lang.String[] segments, int n)
- Specified by:
isIncluded
in classFileSet.DFA
-
-