Method |
Description |
|
__construct ( $fileset = null ) |
|
|
appendSelector ( FileSelector $selector ) |
Add a new selector into this container. |
|
createAnd ( ) |
add an "And" selector entry on the selector list |
|
createContains ( ) |
add a contains selector entry on the selector list |
|
createContainsRegexp ( ) |
add a contains selector entry on the selector list |
|
createCustom ( ) |
add an extended selector entry on the selector list |
|
createDate ( ) |
add a selector date entry on the selector list |
|
createDepend ( ) |
add a depends selector entry on the selector list |
|
createDepth ( ) |
add a depth selector entry on the selector list |
|
createExclude ( ) |
add a name entry on the exclude list |
|
createExcludesFile ( ) |
add a name entry on the include files list |
|
createFilename ( ) |
add a selector filename entry on the selector list |
|
createInclude ( ) |
add a name entry on the include list |
|
createIncludesFile ( ) |
add a name entry on the include files list |
|
createMajority ( ) |
add a majority selector entry on the selector list |
|
createNone ( ) |
add a "None" selector entry on the selector list |
|
createNot ( ) |
add a "Not" selector entry on the selector list |
|
createOr ( ) |
add an "Or" selector entry on the selector list |
|
createPatternSet ( ) |
|
|
createPresent ( ) |
add a present selector entry on the selector list |
|
createSelector ( ) |
add a "Select" selector entry on the selector list |
|
createSize ( ) |
add a selector size entry on the selector list |
|
createType ( ) |
add a type selector entry on the selector list |
|
getDir ( Project $p ) |
|
|
getDirectoryScanner ( Project $p ) |
returns a reference to the dirscanner object belonging to this fileset |
|
getRef ( Project $p ) |
Performs the check for circular references and returns the
referenced FileSet. |
|
getSelectors ( Project $p ) : an |
Returns the set of selectors as an array. |
|
hasPatterns ( ) : boolean |
Indicates whether there are any patterns here. |
|
hasSelectors ( ) : boolean |
Indicates whether there are any selectors here. |
|
selectorCount ( ) : integer |
Gives the count of the number of selectors in this container |
|
selectorElements ( ) : array |
Returns an array for accessing the set of selectors. |
|
setCaseSensitive ( $isCaseSensitive ) |
Sets case sensitivity of the file system |
|
setDefaultexcludes ( $useDefaultExcludes ) |
Sets whether default exclusions should be used or not. |
|
setDir ( $dir ) |
|
|
setExcludes ( $excludes ) |
Sets the set of exclude patterns. Patterns may be separated by a comma
or a space. |
|
setExcludesfile ( $excl ) |
Sets the name of the file containing the includes patterns. |
|
setIncludes ( $includes ) |
Sets the set of include patterns. Patterns may be separated by a comma
or a space. |
|
setIncludesfile ( $incl ) |
Sets the name of the file containing the includes patterns. |
|
setRefid ( Reference $r ) |
Makes this instance in effect a reference to another PatternSet
instance. |
|