public class DumpFileSet extends CommonsCompressFileSet
Modifier | Constructor and Description |
---|---|
|
DumpFileSet()
Constructor for DumpFileSet
|
protected |
DumpFileSet(CommonsCompressFileSet fileset)
Constructor using a CommonsCompressFileSet argument.
|
protected |
DumpFileSet(DumpFileSet fileset)
Constructor using a dumpfileset argument.
|
protected |
DumpFileSet(org.apache.tools.ant.types.FileSet fileset)
Constructor using a fileset argument.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.tools.ant.types.ArchiveScanner |
newArchiveScanner()
Create a new scanner.
|
protected CommonsCompressFileSet |
newFileSet(org.apache.tools.ant.types.FileSet fs)
Creates a new CommonsCompressFileSet based on the given fileset.
|
checkCommonsCompressFileSetAttributesAllowed, clone, configureFileSet, getEncoding, getGid, getRef, getSkipUnreadableEntries, getUid, hasGroupIdBeenSet, hasUserIdBeenSet, setEncoding, setGid, setRefid, setSkipUnreadableEntries, setUid
addConfigured, dieOnCircularReference, getCheckedRef, getDirectoryScanner, getDirMode, getDirMode, getFileMode, getFileMode, getFullpath, getFullpath, getPrefix, getPrefix, getSrc, getSrc, hasDirModeBeenSet, hasFileModeBeenSet, integerSetDirMode, integerSetFileMode, isFilesystemOnly, iterator, setDir, setDirMode, setErrorOnMissingArchive, setFileMode, setFullpath, setPrefix, setSrc, setSrcResource, size, toString
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addExecutable, addFilename, addMajority, addModified, addNone, addNot, addOr, addOwnedBy, addPresent, addReadable, addSelector, addSize, addSymlink, addType, addWritable, appendExcludes, appendIncludes, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDefaultexcludes, getDir, getDir, getDirectoryScanner, getErrorOnMissingDir, getMaxLevelsOfSymlinks, getSelectors, hasPatterns, hasSelectors, isCaseSensitive, isFollowSymlinks, mergeExcludes, mergeIncludes, mergePatterns, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setErrorOnMissingDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setMaxLevelsOfSymlinks, setupDirectoryScanner, setupDirectoryScanner
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public DumpFileSet()
protected DumpFileSet(org.apache.tools.ant.types.FileSet fileset)
fileset
- the fileset to useprotected DumpFileSet(DumpFileSet fileset)
fileset
- the dumpfileset to useprotected DumpFileSet(CommonsCompressFileSet fileset)
fileset
- the fileset to useprotected org.apache.tools.ant.types.ArchiveScanner newArchiveScanner()
newArchiveScanner
in class org.apache.tools.ant.types.ArchiveFileSet
protected CommonsCompressFileSet newFileSet(org.apache.tools.ant.types.FileSet fs)
CommonsCompressFileSet
newFileSet
in class CommonsCompressFileSet