static class FileSet.DirMatch extends FileSet.DFA
Modifier and Type | Field and Description |
---|---|
(package private) Glob |
glob |
(package private) FileSet.DFA |
next |
Constructor and Description |
---|
DirMatch(FileSet.DFA next,
java.lang.String segment) |
Modifier and Type | Method and 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) |
final Glob glob
final FileSet.DFA next
DirMatch(FileSet.DFA next, java.lang.String segment)
void match(java.util.Collection<java.io.File> files, java.io.File input)
match
in class FileSet.DFA
boolean isIncluded(java.lang.String[] segments, int n)
isIncluded
in class FileSet.DFA