< : FileList>

Description

FileList represents an explicitly named list of files. FileLists are useful when you want to capture a list of files regardless of whether they currently exist. By contrast, FileSet operates as a filter, only returning the name of a matched file if it currently exists in the file system.

Parameters

Attribute Description Type Required?
dir Set the dir attribute. File ?
refid Makes this instance in effect a reference to another FileList instance.

You must not set another attribute or nest elements inside this element if you make it a reference.

Reference ?
files Set the filenames attribute. String ?

Parameters accepted as nested elements

<file>

Inner class corresponding to the <file> nested element.
Attribute Description Type Required
name The name attribute of the file element. String ?