Package | Description |
---|---|
aQute.lib.fileset |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FileSet.AnyDir |
(package private) static class |
FileSet.DirMatch |
(package private) static class |
FileSet.FileMatch |
(package private) static class |
FileSet.OrDFA |
Modifier and Type | Field and Description |
---|---|
private FileSet.DFA |
FileSet.OrDFA.a |
private FileSet.DFA |
FileSet.OrDFA.b |
private FileSet.DFA |
FileSet.dfa |
(package private) FileSet.DFA |
FileSet.DirMatch.next |
(package private) FileSet.DFA |
FileSet.AnyDir.next |
Modifier and Type | Method and Description |
---|---|
private static FileSet.DFA |
FileSet.compile(java.lang.String filesetSpec) |
Constructor and Description |
---|
AnyDir(FileSet.DFA next) |
DirMatch(FileSet.DFA next,
java.lang.String segment) |
OrDFA(FileSet.DFA a,
FileSet.DFA b) |