public class ZipFileSet extends CommonsCompressFileSet
Modifier | Constructor and Description |
---|---|
|
ZipFileSet()
Constructor for ZipFileSet
|
protected |
ZipFileSet(CommonsCompressFileSet fileset)
Constructor using a CommonsCompressFileSet argument.
|
protected |
ZipFileSet(org.apache.tools.ant.types.FileSet fileset)
Constructor using a fileset argument.
|
protected |
ZipFileSet(ZipFileSet fileset)
Constructor using a zipfileset argument.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.tools.ant.types.ArchiveScanner |
newArchiveScanner()
Return a new archive scanner based on this one.
|
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 ZipFileSet()
protected ZipFileSet(org.apache.tools.ant.types.FileSet fileset)
fileset
- the fileset to useprotected ZipFileSet(ZipFileSet fileset)
fileset
- the zipfileset to useprotected ZipFileSet(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