public class ZipFileSet extends ArchiveFileSet
DEFAULT_DIR_MODE, DEFAULT_FILE_MODEdescription, location, project| Modifier | Constructor and Description | 
|---|---|
|   | ZipFileSet()Constructor for ZipFileSet | 
| protected  | ZipFileSet(FileSet fileset)Constructor using a fileset argument. | 
| protected  | ZipFileSet(ZipFileSet fileset)Constructor using a zipfileset argument. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | clone()Return a ZipFileSet that has the same properties
 as this one. | 
| protected AbstractFileSet | getRef(Project p)A ZipFileset accepts another ZipFileSet or a FileSet as reference
 FileSets are often used by the war task for the lib attribute | 
| protected ArchiveScanner | newArchiveScanner()Return a new archive scanner based on this one. | 
addConfigured, configureFileSet, dieOnCircularReference, getCheckedRef, getDirectoryScanner, getDirMode, getDirMode, getEncoding, getFileMode, getFileMode, getFullpath, getFullpath, getPrefix, getPrefix, getSrc, getSrc, hasDirModeBeenSet, hasFileModeBeenSet, integerSetDirMode, integerSetFileMode, isFilesystemOnly, iterator, setDir, setDirMode, setEncoding, setErrorOnMissingArchive, setFileMode, setFullpath, setPrefix, setSrc, setSrcResource, size, toStringadd, 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, 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, setRefid, setupDirectoryScanner, setupDirectoryScannercheckAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributesgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic ZipFileSet()
protected ZipFileSet(FileSet fileset)
fileset - the fileset to useprotected ZipFileSet(ZipFileSet fileset)
fileset - the zipfileset to useprotected ArchiveScanner newArchiveScanner()
newArchiveScanner in class ArchiveFileSetprotected AbstractFileSet getRef(Project p)
getRef in class AbstractFileSetp - the project to usepublic java.lang.Object clone()
clone in class ArchiveFileSet