org.apache.tools.ant.types
Class FileSet
- Cloneable, SelectorContainer
Moved out of MatchingTask to make it a standalone object that could
be referenced (by scripts for example).
Object | clone() - Return a FileSet that has the same basedir and same patternsets
as this one.
|
add , addAnd , addContains , addContainsRegexp , addCustom , addDate , addDepend , addDepth , addDifferent , addFilename , addMajority , addModified , addNone , addNot , addOr , addPresent , addSelector , addSize , addType , appendSelector , clone , createExclude , createExcludesFile , createInclude , createIncludesFile , createPatternSet , getDataTypeName , getDefaultexcludes , getDir , getDirectoryScanner , getRef , getSelectors , hasPatterns , hasSelectors , isFollowSymlinks , selectorCount , selectorElements , setCaseSensitive , setDefaultexcludes , setDir , setExcludes , setExcludesfile , setFile , setFollowSymlinks , setIncludes , setIncludesfile , setRefid , setupDirectoryScanner , toString |
checkAttributesAllowed , checkChildrenAllowed , circularReference , dieOnCircularReference , getCheckedRef , getDescription , getRefid , isChecked , isReference , noChildrenAllowed , setChecked , setDescription , setRefid , tooManyAttributes |
FileSet
public FileSet()
Sole constructor.
FileSet
protected FileSet(FileSet fileset)
clone
public Object clone()
Return a FileSet that has the same basedir and same patternsets
as this one.
- clone in interface AbstractFileSet
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.