BuildBase.FileList
A list of files.
| Methods |
| BuildBase.FileList |
exclude(String pattern)
Remove the files that match from the list.
|
| BuildBase.FileList |
exclude(String pattern)
Remove the files that match from the list.
Patterns must start or end with a *.
Parameters:
pattern - the pattern of the file names to remove
Returns:
the new file list
|
| BuildBase.FileList |
keep(String pattern)
Only keep the files that match.
|
| BuildBase.FileList |
keep(String pattern)
Only keep the files that match.
Patterns must start or end with a *.
Parameters:
pattern - the pattern of the file names to keep
Returns:
the new file list
|
|