The FileSet class provides methods and properties for accessing
and managing filesets. It extends ProjectComponent and thus inherits
all methods and properties (not explicitly declared). See ProjectComponent
for further detail.



appendSelector(
\selector $selector
)
:
Add a new selector into this container.
Parameters
| Name |
Type |
Description |
| $selector |
\selector |
the new selector to add |



setCaseSensitive(
$isCaseSensitive
)
:
Sets case sensitivity of the file system
Parameters
| Name |
Type |
Description |
| $isCaseSensitive |
|
|



setDefaultexcludes(
\$useDefaultExcludes $useDefaultExcludes
)
:
Sets whether default exclusions should be used or not.
Parameters
| Name |
Type |
Description |
| $useDefaultExcludes |
\$useDefaultExcludes |
"true"|"on"|"yes" when default exclusions should be used, "false"|"off"|"no" when they shouldn't be used.
|



setExcludes(
$excludes
)
:
Sets the set of exclude patterns. Patterns may be separated by a comma
or a space.
Parameters
| Name |
Type |
Description |
| $excludes |
|
|



setExcludesfile(
\$excl $excl
)
:
Sets the name of the file containing the includes patterns.
Parameters
| Name |
Type |
Description |
| $excl |
\$excl |
The file to fetch the exclude patterns from. |
Details
- throws



setExpandSymbolicLinks(
$expandSymbolicLinks
)
:
Sets whether to expand/dereference symbolic links, default is false
Parameters
| Name |
Type |
Description |
| $expandSymbolicLinks |
|
|
Details
- boolean



setIncludes(
$includes
)
:
Sets the set of include patterns. Patterns may be separated by a comma
or a space.
Parameters
| Name |
Type |
Description |
| $includes |
|
|



setIncludesfile(
\$incl $incl
)
:
Sets the name of the file containing the includes patterns.
Parameters
| Name |
Type |
Description |
| $incl |
\$incl |
The file to fetch the include patterns from. |
Details
- throws



setRefid(
$r
)
:
Makes this instance in effect a reference to another PatternSet
instance.
You must not set another attribute or nest elements inside
this element if you make it a reference.
Parameters



setupDirectoryScanner(
$ds, $p
)
:
feed dirscanner with infos defined by this fileset
Parameters
| Name |
Type |
Description |
| $ds |
|
|
| $p |
|
|