java.lang.Cloneable
, java.lang.Iterable<Resource>
, ResourceCollection
, SelectorContainer
public class BCFileSet extends FileSet
description, location, project
Constructor | Description |
---|---|
BCFileSet() |
Default constructor.
|
BCFileSet(FileSet fs) |
Construct a new BCFileSet from the specified FileSet.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<Resource> |
iterator() |
Fulfill the ResourceCollection contract.
|
int |
size() |
Fulfill the ResourceCollection contract.
|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addExecutable, addFilename, addMajority, addModified, addNone, addNot, addOr, addOwnedBy, addPosixGroup, addPosixPermissions, addPresent, addReadable, addSelector, addSize, addSymlink, 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, toString
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
clone, isFilesystemOnly
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
isEmpty, stream
public BCFileSet()
public BCFileSet(FileSet fs)
fs
- the FileSet from which to inherit config.public java.util.Iterator<Resource> iterator()
public int size()
size
in interface ResourceCollection
size
in class FileSet