FileLists are explicitly named lists of files. Whereas FileSets act as filters, returning only those files that exist in the file system and match specified patterns, FileLists are useful for specifying files that may or may not exist. Multiple files are specified as a list of files, relative to the specified directory, with no support for wildcard expansion (filenames with wildcards will be included in the list unchanged). FileLists can appear inside tasks that support this feature or as stand-alone types.
字段摘要 | |
---|---|
String |
dir
The base directory of this FileList. |
String |
files
The list of file names. This is a list of file name separated by whitespace, or by commas. |
String |
id
|
String |
idref
|
方法摘要 | |
---|---|
|
toString
|
子事物摘要 | |
---|---|
|
file
This represents a file name. The nested element allows filenames containing white space and commas. |
字段详细信息 |
---|
The base directory of this FileList.
The list of file names. This is a list of file name separated by whitespace, or by commas.
方法详细信息 |
---|
子事物详细信息 |
---|
This represents a file name. The nested element allows filenames containing white space and commas.