org.apache.tools.ant.types.resources
Class BCFileSet
- Cloneable, ResourceCollection, SelectorContainer
Utility FileSet that includes directories for backwards-compatibility
with certain tasks e.g. Delete.
Iterator | iterator() - Fulfill the ResourceCollection contract.
|
int | size() - Fulfill the ResourceCollection contract.
|
add , addAnd , addContains , addContainsRegexp , addCustom , addDate , addDepend , addDepth , addDifferent , addFilename , addMajority , addModified , addNone , addNot , addOr , addPresent , addSelector , addSize , addType , appendExcludes , appendIncludes , appendSelector , clone , createExclude , createExcludesFile , createInclude , createIncludesFile , createPatternSet , getDefaultexcludes , getDir , getDir , getDirectoryScanner , getDirectoryScanner , getRef , getSelectors , hasPatterns , hasSelectors , isCaseSensitive , isFollowSymlinks , mergeExcludes , mergeIncludes , mergePatterns , selectorCount , selectorElements , setCaseSensitive , setDefaultexcludes , setDir , setExcludes , setExcludesfile , setFile , setFollowSymlinks , setIncludes , setIncludesfile , setRefid , setupDirectoryScanner , setupDirectoryScanner , toString |
checkAttributesAllowed , checkChildrenAllowed , circularReference , clone , dieOnCircularReference , dieOnCircularReference , dieOnCircularReference , getCheckedRef , getCheckedRef , getCheckedRef , getCheckedRef , getDataTypeName , getRefid , invokeCircularReferenceCheck , isChecked , isReference , noChildrenAllowed , setChecked , setRefid , toString , tooManyAttributes |
BCFileSet
public BCFileSet()
Default constructor.
BCFileSet
public BCFileSet(FileSet fs)
Construct a new BCFileSet from the specified FileSet.
fs
- the FileSet from which to inherit config.