public static class BuildBase.FileList
extends java.util.ArrayList<java.io.File>
| Constructor and Description |
|---|
FileList() |
| Modifier and Type | Method and Description |
|---|---|
BuildBase.FileList |
exclude(java.lang.String pattern)
Remove the files that match from the list.
|
BuildBase.FileList |
keep(java.lang.String pattern)
Only keep the files that match.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic BuildBase.FileList exclude(java.lang.String pattern)
pattern - the pattern of the file names to removepublic BuildBase.FileList keep(java.lang.String pattern)
pattern - the pattern of the file names to keep