public class CpioFileSet extends CommonsCompressFileSet
Modifier | Constructor and Description |
---|---|
|
CpioFileSet()
Constructor for CpioFileSet
|
protected |
CpioFileSet(CommonsCompressFileSet fileset)
Constructor using a CommonsCompressFileSet argument.
|
protected |
CpioFileSet(CpioFileSet fileset)
Constructor using a cpiofileset argument.
|
protected |
CpioFileSet(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 CpioFileSet()
protected CpioFileSet(org.apache.tools.ant.types.FileSet fileset)
fileset
- the fileset to useprotected CpioFileSet(CpioFileSet fileset)
fileset
- the cpiofileset to useprotected CpioFileSet(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