A B C D E F G H I N O P R S T U V W Z

A

add(TarResource) - Method in class org.apache.ant.compress.conditions.HasGroupId
 
add(CommonsCompressArchiveResource) - Method in class org.apache.ant.compress.conditions.HasGroupId
 
add(TarResource) - Method in class org.apache.ant.compress.conditions.HasGroupName
 
add(TarResource) - Method in class org.apache.ant.compress.conditions.HasGroupName
 
add(ArchiveResource) - Method in class org.apache.ant.compress.conditions.HasMode
 
add(TarResource) - Method in class org.apache.ant.compress.conditions.HasUserId
 
add(CommonsCompressArchiveResource) - Method in class org.apache.ant.compress.conditions.HasUserId
 
add(TarResource) - Method in class org.apache.ant.compress.conditions.HasUserName
 
add(TarResource) - Method in class org.apache.ant.compress.conditions.HasUserName
 
add(ResourceCollection) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Sources for the archive.
add(ArchiveBase) - Method in class org.apache.ant.compress.taskdefs.PackBase
 
addConfigured(ResourceCollection) - Method in class org.apache.ant.compress.taskdefs.PackBase
Set the source resource.
addConfiguredDest(Resources) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
The archive to create.
addConfiguredDest(Resources) - Method in class org.apache.ant.compress.taskdefs.PackBase
The archive to create.
addDuplicate(String) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Is invoked if a duplicate entry is found, decides whether the entry shall be added regardless.
Ar - Class in org.apache.ant.compress.taskdefs
Creates ar archives.
Ar() - Constructor for class org.apache.ant.compress.taskdefs.Ar
 
ArchiveBase - Class in org.apache.ant.compress.taskdefs
Base implementation of tasks creating archives.
ArchiveBase() - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase
 
ArchiveBase.Duplicate - Class in org.apache.ant.compress.taskdefs
Possible behaviors when a duplicate file is added: "add", "preserve" or "fail"
ArchiveBase.Duplicate() - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.Duplicate
 
ArchiveBase.EntryBuilder - Interface in org.apache.ant.compress.taskdefs
Creates an archive entry for the concrete format.
ArchiveBase.FileSetBuilder - Interface in org.apache.ant.compress.taskdefs
Creates an archive fileset to read the target archive.
ArchiveBase.Mode - Class in org.apache.ant.compress.taskdefs
Valid Modes for create/update/replace.
ArchiveBase.Mode() - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
 
ArchiveBase.ResourceCollectionFlags - Class in org.apache.ant.compress.taskdefs
Various flags a (archive) resource collection may hold.
ArchiveBase.ResourceCollectionFlags() - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
ArchiveBase.ResourceCollectionFlags(String, String) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
ArchiveBase.ResourceCollectionFlags(String, String, int, int) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
ArchiveBase.ResourceCollectionFlags(String, String, int, int, int, int) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
ArchiveBase.ResourceCollectionFlags(String, String, int, int, int, int, String, String) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
ArchiveBase.ResourceFlags - Class in org.apache.ant.compress.taskdefs
Various flags a (archive) resource may hold in addition to being a plain resource.
ArchiveBase.ResourceFlags() - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
ArchiveBase.ResourceFlags(int) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
ArchiveBase.ResourceFlags(int, ZipExtraField[], int) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
ArchiveBase.ResourceFlags(int, int, int) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
ArchiveBase.ResourceFlags(int, int, int, String, String) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
ArchiveBase.ResourceWithFlags - Class in org.apache.ant.compress.taskdefs
Binds a resource to additional data that may be present.
ArchiveBase.ResourceWithFlags(Resource, ArchiveBase.ResourceCollectionFlags, ArchiveBase.ResourceFlags) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
 
ArchiveBase.ResourceWithFlags(String, Resource, ArchiveBase.ResourceCollectionFlags, ArchiveBase.ResourceFlags) - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
 
ArchiveBase.WhenEmpty - Class in org.apache.ant.compress.taskdefs
Possible behaviors when there are no matching files for the task: "fail", "skip".
ArchiveBase.WhenEmpty() - Constructor for class org.apache.ant.compress.taskdefs.ArchiveBase.WhenEmpty
 
Archives - Class in org.apache.ant.compress.resources
A resource collection that treats all nested resources as archives and returns the contents of the archives as its content.
Archives() - Constructor for class org.apache.ant.compress.resources.Archives
 
ArchiveStreamFactory - Interface in org.apache.ant.compress.util
Creates streams for the supported archive formats.
ArFileSet - Class in org.apache.ant.compress.resources
A ArFileSet is a FileSet with extra attributes useful in the context of Ar/Jar tasks.
ArFileSet() - Constructor for class org.apache.ant.compress.resources.ArFileSet
Constructor for ArFileSet
ArFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.ArFileSet
Constructor using a fileset arguement.
ArFileSet(ArFileSet) - Constructor for class org.apache.ant.compress.resources.ArFileSet
Constructor using a arfileset arguement.
ArResource - Class in org.apache.ant.compress.resources
A Resource representation of an entry in a ar archive.
ArResource() - Constructor for class org.apache.ant.compress.resources.ArResource
Default constructor.
ArResource(File, ArArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ArResource
Construct a ArResource representing the specified entry in the specified archive.
ArResource(Resource, ArArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ArResource
Construct a ArResource representing the specified entry in the specified archive.
ArStreamFactory - Class in org.apache.ant.compress.util
 
ArStreamFactory() - Constructor for class org.apache.ant.compress.util.ArStreamFactory
 

B

bendSlashesForward(String) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Ensures a forward slash is used as file separator and strips leading slashes if preserveLeadingSlashes is false.
BINARY - Static variable in class org.apache.ant.compress.taskdefs.Cpio.Format
 
buildEntry(ArchiveBase.ResourceWithFlags) - Method in interface org.apache.ant.compress.taskdefs.ArchiveBase.EntryBuilder
 
buildFileSet(Resource) - Method in interface org.apache.ant.compress.taskdefs.ArchiveBase.FileSetBuilder
 
buildResource(Resource, String, ArchiveEntry) - Method in interface org.apache.ant.compress.resources.CommonsCompressArchiveScanner.ResourceBuilder
Creates the matching archive entry resource.
BUnzip2 - Class in org.apache.ant.compress.taskdefs
Expands a bzip2 archive.
BUnzip2() - Constructor for class org.apache.ant.compress.taskdefs.BUnzip2
 
BZip2 - Class in org.apache.ant.compress.taskdefs
Compresses using gzip.
BZip2() - Constructor for class org.apache.ant.compress.taskdefs.BZip2
 
BZip2Resource - Class in org.apache.ant.compress.resources
A BZip2 compressed resource.
BZip2Resource() - Constructor for class org.apache.ant.compress.resources.BZip2Resource
 
BZip2Resource(ResourceCollection) - Constructor for class org.apache.ant.compress.resources.BZip2Resource
 
BZip2StreamFactory - Class in org.apache.ant.compress.util
Creates streams for the supported compression formats.
BZip2StreamFactory() - Constructor for class org.apache.ant.compress.util.BZip2StreamFactory
 

C

clone() - Method in class org.apache.ant.compress.resources.Archives
Implement clone.
clone() - Method in class org.apache.ant.compress.resources.ArFileSet
Return a ArFileSet that has the same properties as this one.
clone() - Method in class org.apache.ant.compress.resources.CpioFileSet
Return a CpioFileSet that has the same properties as this one.
clone() - Method in class org.apache.ant.compress.resources.TarFileSet
Return a TarFileSet that has the same properties as this one.
clone() - Method in class org.apache.ant.compress.resources.ZipFileSet
Return a ZipFileSet that has the same properties as this one.
CommonsCompressArchiveResource - Class in org.apache.ant.compress.resources
A Resource representation of an entry in a commons compress archive.
CommonsCompressArchiveResource(ArchiveStreamFactory, String) - Constructor for class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Default constructor.
CommonsCompressArchiveResource(ArchiveStreamFactory, String, File, ArchiveEntry) - Constructor for class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Construct a Resource representing the specified entry in the specified archive.
CommonsCompressArchiveResource(ArchiveStreamFactory, String, Resource, ArchiveEntry) - Constructor for class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Construct a Resource representing the specified entry in the specified archive.
CommonsCompressArchiveScanner - Class in org.apache.ant.compress.resources
Scans tar archives for resources.
CommonsCompressArchiveScanner(ArchiveStreamFactory, CommonsCompressArchiveScanner.ResourceBuilder) - Constructor for class org.apache.ant.compress.resources.CommonsCompressArchiveScanner
 
CommonsCompressArchiveScanner.ResourceBuilder - Interface in org.apache.ant.compress.resources
 
CommonsCompressCompressorResource - Class in org.apache.ant.compress.resources
A compressed resource.
CommonsCompressCompressorResource(String, CompressorStreamFactory) - Constructor for class org.apache.ant.compress.resources.CommonsCompressCompressorResource
A no-arg constructor
CommonsCompressCompressorResource(String, CompressorStreamFactory, ResourceCollection) - Constructor for class org.apache.ant.compress.resources.CommonsCompressCompressorResource
Constructor with another resource to wrap.
CompressorStreamFactory - Interface in org.apache.ant.compress.util
Creates streams for the supported compression formats.
configureArchive(ArchiveFileSet, Resource) - Method in class org.apache.ant.compress.resources.Archives
Configures the archivefileset based on this type's settings, set the source.
configureFileSet(ArchiveFileSet) - Method in class org.apache.ant.compress.resources.ArFileSet
Configure a fileset based on this fileset.
configureFileSet(ArchiveFileSet) - Method in class org.apache.ant.compress.resources.CpioFileSet
Configure a fileset based on this fileset.
configureFileSet(ArchiveFileSet) - Method in class org.apache.ant.compress.resources.TarFileSet
Configure a fileset based on this fileset.
Cpio - Class in org.apache.ant.compress.taskdefs
Creates cpio archives.
Cpio() - Constructor for class org.apache.ant.compress.taskdefs.Cpio
 
Cpio.Format - Class in org.apache.ant.compress.taskdefs
The supported cpio formats.
Cpio.Format(String) - Constructor for class org.apache.ant.compress.taskdefs.Cpio.Format
 
Cpio.Format() - Constructor for class org.apache.ant.compress.taskdefs.Cpio.Format
 
CpioFileSet - Class in org.apache.ant.compress.resources
A CpioFileSet is a FileSet with extra attributes useful in the context of Cpio/Jar tasks.
CpioFileSet() - Constructor for class org.apache.ant.compress.resources.CpioFileSet
Constructor for CpioFileSet
CpioFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.CpioFileSet
Constructor using a fileset arguement.
CpioFileSet(CpioFileSet) - Constructor for class org.apache.ant.compress.resources.CpioFileSet
Constructor using a cpiofileset arguement.
CpioResource - Class in org.apache.ant.compress.resources
A Resource representation of an entry in a cpio archive.
CpioResource() - Constructor for class org.apache.ant.compress.resources.CpioResource
Default constructor.
CpioResource(File, CpioArchiveEntry) - Constructor for class org.apache.ant.compress.resources.CpioResource
Construct a CpioResource representing the specified entry in the specified archive.
CpioResource(Resource, CpioArchiveEntry) - Constructor for class org.apache.ant.compress.resources.CpioResource
Construct a CpioResource representing the specified entry in the specified archive.
CpioStreamFactory - Class in org.apache.ant.compress.util
 
CpioStreamFactory() - Constructor for class org.apache.ant.compress.util.CpioStreamFactory
 
CREATE - Static variable in class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
Create a new archive.
createArs() - Method in class org.apache.ant.compress.resources.Archives
Wrapper to identify nested resource collections as AR archives.
createCpios() - Method in class org.apache.ant.compress.resources.Archives
Wrapper to identify nested resource collections as CPIO archives.
createTars() - Method in class org.apache.ant.compress.resources.Archives
Wrapper to identify nested resource collections as ZIP archives.
createZips() - Method in class org.apache.ant.compress.resources.Archives
Wrapper to identify nested resource collections as ZIP archives.

D

dieOnCircularReference(Stack, Project) - Method in class org.apache.ant.compress.resources.Archives
Overrides the version of DataType to recurse on all DataType child elements that may have been added.

E

ensureParentDirs(ArchiveOutputStream, ArchiveBase.ResourceWithFlags, Set) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Adds records for all parent directories of the given resource that haven't already been added.
EntryHelper - Class in org.apache.ant.compress.util
Helper methods that gloss over API differences between the ArchiveEntry implementations of Apache Commons Compress 1.1.
equals(Object) - Method in class org.apache.ant.compress.taskdefs.Cpio.Format
 
equals(Object) - Method in class org.apache.ant.compress.taskdefs.Tar.Format
 
eval() - Method in class org.apache.ant.compress.conditions.HasGroupId
 
eval() - Method in class org.apache.ant.compress.conditions.HasGroupName
 
eval() - Method in class org.apache.ant.compress.conditions.HasMode
 
eval() - Method in class org.apache.ant.compress.conditions.HasUserId
 
eval() - Method in class org.apache.ant.compress.conditions.HasUserName
 
execute() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
execute() - Method in class org.apache.ant.compress.taskdefs.PackBase
validate, then hand off to the subclass
ExpandBase - Class in org.apache.ant.compress.taskdefs
Expand an archive.
ExpandBase(ArchiveStreamFactory) - Constructor for class org.apache.ant.compress.taskdefs.ExpandBase
 
expandFile(FileUtils, File, File) - Method in class org.apache.ant.compress.taskdefs.ExpandBase
expandFile(FileUtils, File, File) - Method in class org.apache.ant.compress.taskdefs.Unzip
 
expandResource(Resource, File) - Method in class org.apache.ant.compress.taskdefs.ExpandBase
extract() - Method in class org.apache.ant.compress.taskdefs.UnpackBase
Implement the gunzipping.

F

fetchEntry() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
fetches information from the named entry inside the archive.
fetchEntry() - Method in class org.apache.ant.compress.resources.ZipResource
fetches information from the named entry inside the archive.
fillMapsFromArchive(Resource, String, Map, Map, Map, Map) - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveScanner
Fills the file and directory maps with resources read from the archive.
fillMapsFromArchive(Resource, String, Map, Map, Map, Map) - Method in class org.apache.ant.compress.resources.ZipScanner
Fills the file and directory maps with resources read from the archive.
findSources() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Find all the resources with their flags that should be added to the archive.
findUnmatchedTargets(ArchiveFileSet, Collection) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Find the resources from the target archive that don't have a matching resource in the sources to be added.
FORCE_CREATE - Static variable in class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
Create a new archive even if the target exists and seems up-to-date.
FORCE_REPLACE - Static variable in class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
Update an existing archive - replacing all existing entries with those from sources - even if the target exists and seems up-to-date.

G

getArchiveStream(InputStream, String) - Method in interface org.apache.ant.compress.util.ArchiveStreamFactory
 
getArchiveStream(OutputStream, String) - Method in interface org.apache.ant.compress.util.ArchiveStreamFactory
 
getArchiveStream(InputStream, String) - Method in class org.apache.ant.compress.util.ArStreamFactory
 
getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.ArStreamFactory
 
getArchiveStream(InputStream, String) - Method in class org.apache.ant.compress.util.CpioStreamFactory
 
getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.CpioStreamFactory
 
getArchiveStream(InputStream, String) - Method in class org.apache.ant.compress.util.TarStreamFactory
 
getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.TarStreamFactory
 
getArchiveStream(InputStream, String) - Method in class org.apache.ant.compress.util.ZipStreamFactory
 
getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.ZipStreamFactory
 
getCollectionFlags() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
 
getCompressionMethod() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.BZip2StreamFactory
 
getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.BZip2StreamFactory
 
getCompressorStream(InputStream) - Method in interface org.apache.ant.compress.util.CompressorStreamFactory
 
getCompressorStream(OutputStream) - Method in interface org.apache.ant.compress.util.CompressorStreamFactory
 
getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.GZipStreamFactory
 
getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.GZipStreamFactory
 
getDefaultExtension() - Method in class org.apache.ant.compress.taskdefs.UnpackBase
Get the default extension.
getDest() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
getDirMode() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
getEncoding() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Get the encoding to use with the zipfile.
getEncoding() - Method in class org.apache.ant.compress.resources.ZipFileSet
Get the encoding used for this ZipFileSet.
getEncoding() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Encoding of file names.
getEntryBuilder() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
getExtraFields() - Method in class org.apache.ant.compress.resources.ZipResource
Retrieves extra fields.
getFactory() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
getFileSetBuilder() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
getFlags(Resource) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Extracts flags from a resource.
getFlags(ResourceCollection) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Extracts flags from a resource collection.
getFormat() - Method in class org.apache.ant.compress.taskdefs.Cpio.Format
 
getFullpath() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
getGid() - Method in class org.apache.ant.compress.resources.ArFileSet
 
getGid() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
 
getGid() - Method in class org.apache.ant.compress.resources.CpioFileSet
 
getGid() - Method in class org.apache.ant.compress.resources.TarFileSet
 
getGroup() - Method in class org.apache.ant.compress.resources.TarFileSet
 
getGroup() - Method in class org.apache.ant.compress.resources.TarResource
 
getGroupId() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getGroupId(ArchiveEntry) - Static method in class org.apache.ant.compress.util.EntryHelper
Extracts the group id an entry.
getGroupName() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getInputStream() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Return an InputStream for reading the contents of this Resource.
getInputStream() - Method in class org.apache.ant.compress.resources.ZipResource
Return an InputStream for reading the contents of this Resource.
getMethod() - Method in class org.apache.ant.compress.resources.ZipResource
The compression method that has been used.
getMode() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
getMode() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getMode(ArchiveEntry) - Static method in class org.apache.ant.compress.util.EntryHelper
Extracts the permission bits from an entry.
getName() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
The name the target entry will have.
getOutputStream() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Get an OutputStream for the Resource.
getPolicy() - Method in class org.apache.ant.compress.taskdefs.Zip.UnicodeExtraField
 
getPrefix() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
getRef(Project) - Method in class org.apache.ant.compress.resources.ArFileSet
A ArFileset accepts another ArFileSet or a FileSet as reference FileSets are often used by the war task for the lib attribute
getRef(Project) - Method in class org.apache.ant.compress.resources.CpioFileSet
A CpioFileset accepts another CpioFileSet or a FileSet as reference FileSets are often used by the war task for the lib attribute
getRef(Project) - Method in class org.apache.ant.compress.resources.TarFileSet
A TarFileset accepts another TarFileSet or a FileSet as reference FileSets are often used by the war task for the lib attribute
getRef(Project) - Method in class org.apache.ant.compress.resources.ZipFileSet
A ZipFileset accepts another ZipFileSet or a FileSet as reference FileSets are often used by the war task for the lib attribute
getResource() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
 
getResourceFlags() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
 
getUid() - Method in class org.apache.ant.compress.resources.ArFileSet
 
getUid() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
 
getUid() - Method in class org.apache.ant.compress.resources.CpioFileSet
 
getUid() - Method in class org.apache.ant.compress.resources.TarFileSet
 
getUserId() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getUserId(ArchiveEntry) - Static method in class org.apache.ant.compress.util.EntryHelper
Extracts the user id an entry.
getUserName() - Method in class org.apache.ant.compress.resources.TarFileSet
 
getUserName() - Method in class org.apache.ant.compress.resources.TarResource
 
getUserName() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getValues() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.Duplicate
getValues() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
 
getValues() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.WhenEmpty
The string values for the enumerated value
getValues() - Method in class org.apache.ant.compress.taskdefs.Cpio.Format
 
getValues() - Method in class org.apache.ant.compress.taskdefs.Tar.Format
 
getValues() - Method in class org.apache.ant.compress.taskdefs.Zip.UnicodeExtraField
 
getZipExtraFields() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
getZipfile() - Method in class org.apache.ant.compress.resources.ZipResource
Get the zipfile that holds this ZipResource.
grabArchives() - Method in class org.apache.ant.compress.resources.Archives
Turns all nested resources into corresponding ArchiveFileSets and returns an iterator over the collected archives.
GUnzip - Class in org.apache.ant.compress.taskdefs
Expands a gzip archive.
GUnzip() - Constructor for class org.apache.ant.compress.taskdefs.GUnzip
 
GZip - Class in org.apache.ant.compress.taskdefs
Compresses using gzip.
GZip() - Constructor for class org.apache.ant.compress.taskdefs.GZip
 
GZipResource - Class in org.apache.ant.compress.resources
A GZip compressed resource.
GZipResource() - Constructor for class org.apache.ant.compress.resources.GZipResource
 
GZipResource(ResourceCollection) - Constructor for class org.apache.ant.compress.resources.GZipResource
 
GZipStreamFactory - Class in org.apache.ant.compress.util
Creates streams for the supported compression formats.
GZipStreamFactory() - Constructor for class org.apache.ant.compress.util.GZipStreamFactory
 

H

hasCompressionMethod() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
hasDirModeBeenSet() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
hasFullpath() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
hasGroupBeenSet() - Method in class org.apache.ant.compress.resources.TarFileSet
 
HasGroupId - Class in org.apache.ant.compress.conditions
Tests the group id of an archive entry.
HasGroupId() - Constructor for class org.apache.ant.compress.conditions.HasGroupId
 
hasGroupIdBeenSet() - Method in class org.apache.ant.compress.resources.ArFileSet
 
hasGroupIdBeenSet() - Method in class org.apache.ant.compress.resources.CpioFileSet
 
hasGroupIdBeenSet() - Method in class org.apache.ant.compress.resources.TarFileSet
 
hasGroupIdBeenSet() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
HasGroupName - Class in org.apache.ant.compress.conditions
Tests the group name of a tar entry.
HasGroupName() - Constructor for class org.apache.ant.compress.conditions.HasGroupName
 
hasGroupNameBeenSet() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
HasMode - Class in org.apache.ant.compress.conditions
Tests the mode of an archive entry.
HasMode() - Constructor for class org.apache.ant.compress.conditions.HasMode
 
hasModeBeenSet() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
hasPrefix() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
HasUserId - Class in org.apache.ant.compress.conditions
Tests the user id of an archive entry.
HasUserId() - Constructor for class org.apache.ant.compress.conditions.HasUserId
 
hasUserIdBeenSet() - Method in class org.apache.ant.compress.resources.ArFileSet
 
hasUserIdBeenSet() - Method in class org.apache.ant.compress.resources.CpioFileSet
 
hasUserIdBeenSet() - Method in class org.apache.ant.compress.resources.TarFileSet
 
hasUserIdBeenSet() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 
HasUserName - Class in org.apache.ant.compress.conditions
Tests the user name of a tar entry.
HasUserName() - Constructor for class org.apache.ant.compress.conditions.HasUserName
 
hasUserNameBeenSet() - Method in class org.apache.ant.compress.resources.TarFileSet
 
hasUserNameBeenSet() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
 

I

isFilesOnly() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Whether only file entries should be added to the archive.
isFilesystemOnly() - Method in class org.apache.ant.compress.resources.Archives
 
isUpToDate(Collection, ArchiveFileSet) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Checks whether the target is more recent than the resources that shall be added to it.
iterator() - Method in class org.apache.ant.compress.resources.Archives
Merges the nested collections.

N

NEVER - Static variable in class org.apache.ant.compress.taskdefs.Zip.UnicodeExtraField
 
NEW_ASCII - Static variable in class org.apache.ant.compress.taskdefs.Cpio.Format
 
newArchiveScanner() - Method in class org.apache.ant.compress.resources.ArFileSet
Create a new scanner.
newArchiveScanner() - Method in class org.apache.ant.compress.resources.CpioFileSet
Create a new scanner.
newArchiveScanner() - Method in class org.apache.ant.compress.resources.TarFileSet
Create a new scanner.
newArchiveScanner() - Method in class org.apache.ant.compress.resources.ZipFileSet
Return a new archive scanner based on this one.

O

ODC - Static variable in class org.apache.ant.compress.taskdefs.Cpio.Format
 
OLD_ASCII - Static variable in class org.apache.ant.compress.taskdefs.Cpio.Format
 
OLDGNU - Static variable in class org.apache.ant.compress.taskdefs.Tar.Format
 
org.apache.ant.compress.conditions - package org.apache.ant.compress.conditions
 
org.apache.ant.compress.resources - package org.apache.ant.compress.resources
 
org.apache.ant.compress.taskdefs - package org.apache.ant.compress.taskdefs
 
org.apache.ant.compress.util - package org.apache.ant.compress.util
 

P

PackBase - Class in org.apache.ant.compress.taskdefs
Abstract Base class for pack tasks.
PackBase(CompressorStreamFactory, PackBase.ResourceWrapper) - Constructor for class org.apache.ant.compress.taskdefs.PackBase
 
PackBase.ResourceWrapper - Interface in org.apache.ant.compress.taskdefs
 

R

REPLACE - Static variable in class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
Update an existing archive, replacing all existing entries with those from sources.
round(long, long) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Modify last modified timestamp based on the roundup attribute.

S

setBlockSize(int) - Method in class org.apache.ant.compress.taskdefs.Cpio
The blocksize to use.
setComment(String) - Method in class org.apache.ant.compress.taskdefs.Zip
Comment to use for archive.
setCreateUnicodeExtraFields(Zip.UnicodeExtraField) - Method in class org.apache.ant.compress.taskdefs.Zip
Whether Unicode extra fields will be created.
setDest(Resource) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
The archive to create.
setDest(Resource) - Method in class org.apache.ant.compress.taskdefs.PackBase
The resource to pack; required.
setDestfile(File) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
The archive to create.
setDestfile(File) - Method in class org.apache.ant.compress.taskdefs.PackBase
the required destination file.
setDuplicate(ArchiveBase.Duplicate) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Sets behavior for when a duplicate file is about to be added - one of add, preserve or fail.
setEncoding(String) - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Set the encoding to use with the zipfile.
setEncoding(String) - Method in class org.apache.ant.compress.resources.ZipFileSet
Set the encoding used for this ZipFileSet.
setEncoding(String) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Encoding of file names.
setEncoding(String) - Method in class org.apache.ant.compress.taskdefs.ExpandBase
No encoding support in general.
setEncoding(String) - Method in class org.apache.ant.compress.taskdefs.Unzip
 
setEntry(ArchiveEntry) - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
 
setEntry(ArchiveEntry) - Method in class org.apache.ant.compress.resources.TarResource
 
setEntry(ArchiveEntry) - Method in class org.apache.ant.compress.resources.ZipResource
 
setEntryBuilder(ArchiveBase.EntryBuilder) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
setFactory(ArchiveStreamFactory) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
setFallBackToUTF8(boolean) - Method in class org.apache.ant.compress.taskdefs.Zip
Whether to fall back to UTF-8 if a name cannot be encoded using the specified encoding.
setFileSetBuilder(ArchiveBase.FileSetBuilder) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
 
setFilesOnly(boolean) - Method in class org.apache.ant.compress.taskdefs.Ar
 
setFilesOnly(boolean) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Whether only file entries should be added to the archive.
setFormat(Cpio.Format) - Method in class org.apache.ant.compress.taskdefs.Cpio
The format to use.
setFormat(Tar.Format) - Method in class org.apache.ant.compress.taskdefs.Tar
The format for entries with filenames longer than 100 characters - any other entry will always use "ustar".
setGid(int) - Method in class org.apache.ant.compress.resources.ArFileSet
The GID for the ar entry; optional, default="0" This is not the same as the group name.
setGid(int) - Method in class org.apache.ant.compress.resources.CpioFileSet
The GID for the cpio entry; optional, default="0" This is not the same as the group name.
setGid(int) - Method in class org.apache.ant.compress.resources.TarFileSet
The GID for the tar entry; optional, default="0" This is not the same as the group name.
setGroup(String) - Method in class org.apache.ant.compress.resources.TarFileSet
The groupname for the tar entry; optional, default="" This is not the same as the GID.
setId(int) - Method in class org.apache.ant.compress.conditions.HasGroupId
 
setId(int) - Method in class org.apache.ant.compress.conditions.HasUserId
 
setKeepCompression(boolean) - Method in class org.apache.ant.compress.taskdefs.Zip
Whether the original compression of entries coming from a ZIP archive should be kept (for example when updating an archive).
setLevel(int) - Method in class org.apache.ant.compress.taskdefs.Zip
Set the compression level to use.
setMode(String) - Method in class org.apache.ant.compress.conditions.HasMode
 
setMode(ArchiveBase.Mode) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
How to treat the target archive.
setName(String) - Method in class org.apache.ant.compress.conditions.HasGroupName
 
setName(String) - Method in class org.apache.ant.compress.conditions.HasUserName
 
setPreserve0permissions(boolean) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Whether 0 permissions read from an archive should be considered real permissions (that should be preserved) or missing permissions (which is the default).
setPreserveLeadingSlashes(boolean) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Flag to indicates whether leading `/'s should be preserved in the file names.
setRefid(Reference) - Method in class org.apache.ant.compress.resources.Archives
Overrides the base version.
setRefid(Reference) - Method in class org.apache.ant.compress.resources.ArFileSet
Makes this instance in effect a reference to another instance.
setRefid(Reference) - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
Overrides the super version.
setRefid(Reference) - Method in class org.apache.ant.compress.resources.CpioFileSet
Makes this instance in effect a reference to another instance.
setRefid(Reference) - Method in class org.apache.ant.compress.resources.TarFileSet
Makes this instance in effect a reference to another instance.
setRoundUp(boolean) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Whether the file modification times will be rounded up to the next timestamp (second or even second depending on the archive format).
setScanForUnicodeExtraFields(boolean) - Method in class org.apache.ant.compress.taskdefs.ExpandBase
No unicode extra fields in general.
setSrc(Resource) - Method in class org.apache.ant.compress.taskdefs.PackBase
The resource to pack; required.
setSrcfile(File) - Method in class org.apache.ant.compress.taskdefs.PackBase
the file to compress; required.
setUid(int) - Method in class org.apache.ant.compress.resources.ArFileSet
The uid for the ar entry This is not the same as the User name.
setUid(int) - Method in class org.apache.ant.compress.resources.CpioFileSet
The uid for the cpio entry This is not the same as the User name.
setUid(int) - Method in class org.apache.ant.compress.resources.TarFileSet
The uid for the tar entry This is not the same as the User name.
setUseLanguageEncodingFlag(boolean) - Method in class org.apache.ant.compress.taskdefs.Zip
Whether to set the language encoding flag.
setUserName(String) - Method in class org.apache.ant.compress.resources.TarFileSet
The username for the tar entry This is not the same as the UID.
setWhenempty(ArchiveBase.WhenEmpty) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Sets behavior of the task when no resources are to be added.
setZipfile(File) - Method in class org.apache.ant.compress.resources.ZipResource
Set the zipfile that holds this ZipResource.
setZipResource(Resource) - Method in class org.apache.ant.compress.resources.ZipResource
Set the zipfile that holds this ZipResource.
size() - Method in class org.apache.ant.compress.resources.Archives
Sums the sizes of nested archives.
sort(List) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Sorts the list of resources to add.
supportsNonFileResources() - Method in class org.apache.ant.compress.taskdefs.UnpackBase
Yes, we can.

T

Tar - Class in org.apache.ant.compress.taskdefs
Creates tar archives.
Tar() - Constructor for class org.apache.ant.compress.taskdefs.Tar
 
Tar.Format - Class in org.apache.ant.compress.taskdefs
The supported tar formats for entries with long file names.
Tar.Format(String) - Constructor for class org.apache.ant.compress.taskdefs.Tar.Format
 
Tar.Format() - Constructor for class org.apache.ant.compress.taskdefs.Tar.Format
 
TarFileSet - Class in org.apache.ant.compress.resources
A TarFileSet is a FileSet with extra attributes useful in the context of Tar/Jar tasks.
TarFileSet() - Constructor for class org.apache.ant.compress.resources.TarFileSet
Constructor for TarFileSet
TarFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.TarFileSet
Constructor using a fileset arguement.
TarFileSet(TarFileSet) - Constructor for class org.apache.ant.compress.resources.TarFileSet
Constructor using a tarfileset arguement.
TarResource - Class in org.apache.ant.compress.resources
A Resource representation of an entry in a tar archive.
TarResource() - Constructor for class org.apache.ant.compress.resources.TarResource
Default constructor.
TarResource(File, TarArchiveEntry) - Constructor for class org.apache.ant.compress.resources.TarResource
Construct a TarResource representing the specified entry in the specified archive.
TarResource(Resource, TarArchiveEntry) - Constructor for class org.apache.ant.compress.resources.TarResource
Construct a TarResource representing the specified entry in the specified archive.
TarStreamFactory - Class in org.apache.ant.compress.util
 
TarStreamFactory() - Constructor for class org.apache.ant.compress.util.TarStreamFactory
 
toString() - Method in class org.apache.ant.compress.resources.CommonsCompressCompressorResource
Get the string representation of this Resource.

U

Unar - Class in org.apache.ant.compress.taskdefs
Unar a file.
Unar() - Constructor for class org.apache.ant.compress.taskdefs.Unar
 
Uncpio - Class in org.apache.ant.compress.taskdefs
Uncpio a file.
Uncpio() - Constructor for class org.apache.ant.compress.taskdefs.Uncpio
 
UNKNOWN_ID - Static variable in class org.apache.ant.compress.util.EntryHelper
 
UnpackBase - Class in org.apache.ant.compress.taskdefs
Expands a resource that has been compressed.
UnpackBase(String, CompressorStreamFactory) - Constructor for class org.apache.ant.compress.taskdefs.UnpackBase
 
Untar - Class in org.apache.ant.compress.taskdefs
Untar a file.
Untar() - Constructor for class org.apache.ant.compress.taskdefs.Untar
 
Unzip - Class in org.apache.ant.compress.taskdefs
Unzip a file.
Unzip() - Constructor for class org.apache.ant.compress.taskdefs.Unzip
 
UPDATE - Static variable in class org.apache.ant.compress.taskdefs.ArchiveBase.Mode
Update an existing archive.
USTAR - Static variable in class org.apache.ant.compress.taskdefs.Tar.Format
 

V

validate() - Method in class org.apache.ant.compress.conditions.HasGroupId
 
validate() - Method in class org.apache.ant.compress.conditions.HasGroupName
 
validate() - Method in class org.apache.ant.compress.conditions.HasMode
 
validate() - Method in class org.apache.ant.compress.conditions.HasUserId
 
validate() - Method in class org.apache.ant.compress.conditions.HasUserName
 
validate() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Argument validation.

W

wrap(Resource) - Method in interface org.apache.ant.compress.taskdefs.PackBase.ResourceWrapper
 
wrapStream(InputStream) - Method in class org.apache.ant.compress.resources.CommonsCompressCompressorResource
Decompress on the fly.
wrapStream(OutputStream) - Method in class org.apache.ant.compress.resources.CommonsCompressCompressorResource
Compress on the fly.
writeArchive(Collection) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Creates the archive archiving the given resources.

Z

Zip - Class in org.apache.ant.compress.taskdefs
Creates zip archives.
Zip() - Constructor for class org.apache.ant.compress.taskdefs.Zip
 
Zip.UnicodeExtraField - Class in org.apache.ant.compress.taskdefs
Policiy for creation of Unicode extra fields: never, always or not-encodeable.
Zip.UnicodeExtraField() - Constructor for class org.apache.ant.compress.taskdefs.Zip.UnicodeExtraField
 
ZipFileSet - Class in org.apache.ant.compress.resources
A ZipFileSet is a FileSet with extra attributes useful in the context of Zip/Jar tasks.
ZipFileSet() - Constructor for class org.apache.ant.compress.resources.ZipFileSet
Constructor for ZipFileSet
ZipFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.ZipFileSet
Constructor using a fileset arguement.
ZipFileSet(ZipFileSet) - Constructor for class org.apache.ant.compress.resources.ZipFileSet
Constructor using a zipfileset arguement.
ZipResource - Class in org.apache.ant.compress.resources
A Resource representation of an entry in a zipfile.
ZipResource() - Constructor for class org.apache.ant.compress.resources.ZipResource
Default constructor.
ZipResource(File, String, ZipArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ZipResource
Construct a ZipResource representing the specified entry in the specified zipfile.
ZipResource(Resource, String, ZipArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ZipResource
Construct a ZipResource representing the specified entry in the specified zip archive.
ZipScanner - Class in org.apache.ant.compress.resources
Scans zip archives for resources.
ZipScanner() - Constructor for class org.apache.ant.compress.resources.ZipScanner
 
ZipStreamFactory - Class in org.apache.ant.compress.util
 
ZipStreamFactory() - Constructor for class org.apache.ant.compress.util.ZipStreamFactory
 

A B C D E F G H I N O P R S T U V W Z