public class FileSet extends AbstractFileSet implements ResourceCollection
description, location, project| Modifier | Constructor and Description | 
|---|---|
|   | FileSet()Constructor for FileSet. | 
| protected  | FileSet(FileSet fileset)Constructor for FileSet, with FileSet to shallowly clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | clone()Return a FileSet that has the same basedir and same patternsets
 as this one. | 
| boolean | isFilesystemOnly()Always returns true. | 
| java.util.Iterator<Resource> | 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, addReadable, addSelector, addSize, addType, addWritable, appendExcludes, appendIncludes, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, dieOnCircularReference, getDefaultexcludes, getDir, getDir, getDirectoryScanner, getDirectoryScanner, getErrorOnMissingDir, getMaxLevelsOfSymlinks, getRef, getSelectors, hasPatterns, hasSelectors, isCaseSensitive, isFollowSymlinks, mergeExcludes, mergeIncludes, mergePatterns, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setDir, setErrorOnMissingDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setMaxLevelsOfSymlinks, setRefid, setupDirectoryScanner, setupDirectoryScanner, toStringcheckAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributesgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic FileSet()
protected FileSet(FileSet fileset)
fileset - the fileset to clonepublic java.lang.Object clone()
clone in class AbstractFileSetpublic java.util.Iterator<Resource> iterator()
iterator in interface java.lang.Iterable<Resource>iterator in interface ResourceCollectionpublic int size()
size in interface ResourceCollectionpublic boolean isFilesystemOnly()
isFilesystemOnly in interface ResourceCollection