A B C D E F G H I L M N O P R S T U V W X 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
 
add(PackBase) - 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.
addConfiguredProperty(Environment.Variable) - Method in class org.apache.ant.compress.taskdefs.Pack200
Sets a property for the Pack200 packer.
addConfiguredProperty(Environment.Variable) - Method in class org.apache.ant.compress.taskdefs.Pack200Normalize
Sets a property for the Pack200 packer.
addConfiguredProperty(Environment.Variable) - Method in class org.apache.ant.compress.taskdefs.UnPack200
Sets a property for the Pack200 unpacker.
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
 
AR - Static variable in class org.apache.ant.compress.taskdefs.Ar.Format
 
Ar.Format - Class in org.apache.ant.compress.taskdefs
The supported tar formats for entries with long file names.
Ar.Format(String) - Constructor for class org.apache.ant.compress.taskdefs.Ar.Format
 
Ar.Format() - Constructor for class org.apache.ant.compress.taskdefs.Ar.Format
 
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 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
 
AS_NEEDED - Static variable in class org.apache.ant.compress.taskdefs.Zip.Zip64Enum
 

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
 
BSD - Static variable in class org.apache.ant.compress.taskdefs.Ar.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.DumpFileSet
Return a DumpFileSet 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(ArchiveStreamFactory, CommonsCompressArchiveScanner.ResourceBuilder, boolean, Project) - 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.
CompressorWithConcatenatedStreamsFactory - Interface in org.apache.ant.compress.util
Creates input streams for the compression formats that support concatenated streams.
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.DumpFileSet
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 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

DevZeroResource - Class in org.apache.ant.compress.resources
A resource that returns arbitrary many 0-bytes as its content.
DevZeroResource() - Constructor for class org.apache.ant.compress.resources.DevZeroResource
 
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.
DumpFileSet - Class in org.apache.ant.compress.resources
A DumpFileSet is a FileSet with extra attributes useful in the context of Dump tasks.
DumpFileSet() - Constructor for class org.apache.ant.compress.resources.DumpFileSet
Constructor for DumpFileSet
DumpFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.DumpFileSet
Constructor using a fileset arguement.
DumpFileSet(DumpFileSet) - Constructor for class org.apache.ant.compress.resources.DumpFileSet
Constructor using a dumpfileset arguement.
DumpResource - Class in org.apache.ant.compress.resources
A Resource representation of an entry in a dump archive.
DumpResource() - Constructor for class org.apache.ant.compress.resources.DumpResource
Default constructor.
DumpResource(File, DumpArchiveEntry) - Constructor for class org.apache.ant.compress.resources.DumpResource
Construct a DumpResource representing the specified entry in the specified archive.
DumpResource(Resource, DumpArchiveEntry) - Constructor for class org.apache.ant.compress.resources.DumpResource
Construct a DumpResource representing the specified entry in the specified archive.
DumpStreamFactory - Class in org.apache.ant.compress.util
 
DumpStreamFactory() - Constructor for class org.apache.ant.compress.util.DumpStreamFactory
 

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.3.
equals(Object) - Method in class org.apache.ant.compress.taskdefs.Ar.Format
 
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.Pack200Normalize
 
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 uncompression.

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.
FileAwareArchiveStreamFactory - Interface in org.apache.ant.compress.util
Creates streams for the supported archive formats that may take advantage of writing to/reading from a file.
FileAwareCompressorStreamFactory - Interface in org.apache.ant.compress.util
Creates streams for the supported compression formats that may take advantage of writing to/reading from a file.
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

getArchiveInputStream(File, String) - Method in interface org.apache.ant.compress.util.FileAwareArchiveStreamFactory
 
getArchiveInputStream(File, String) - Method in class org.apache.ant.compress.util.ZipStreamFactory
 
getArchiveOutputStream(File, String) - Method in interface org.apache.ant.compress.util.FileAwareArchiveStreamFactory
 
getArchiveOutputStream(File, String) - Method in class org.apache.ant.compress.util.ZipStreamFactory
 
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.DumpStreamFactory
 
getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.DumpStreamFactory
Not implemented.
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
 
getCompressorInputStream(File) - Method in interface org.apache.ant.compress.util.FileAwareCompressorStreamFactory
 
getCompressorInputStream(File) - Method in class org.apache.ant.compress.util.Pack200StreamFactory
 
getCompressorOutputStream(File) - Method in interface org.apache.ant.compress.util.FileAwareCompressorStreamFactory
 
getCompressorOutputStream(File) - Method in class org.apache.ant.compress.util.Pack200StreamFactory
 
getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.BZip2StreamFactory
 
getCompressorStream(InputStream, boolean) - 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, boolean) - Method in interface org.apache.ant.compress.util.CompressorWithConcatenatedStreamsFactory
 
getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.GZipStreamFactory
 
getCompressorStream(InputStream, boolean) - Method in class org.apache.ant.compress.util.GZipStreamFactory
 
getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.GZipStreamFactory
 
getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.Pack200StreamFactory
 
getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.Pack200StreamFactory
 
getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.XZStreamFactory
 
getCompressorStream(InputStream, boolean) - Method in class org.apache.ant.compress.util.XZStreamFactory
 
getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.XZStreamFactory
 
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.TarFileSet
Get the encoding used for this TarFileSet.
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.DumpFileSet
 
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.DevZeroResource
 
getInputStream() - Method in class org.apache.ant.compress.resources.ZipResource
Return an InputStream for reading the contents of this Resource.
getInputStream(ArchiveStreamFactory, Resource, String) - Static method in class org.apache.ant.compress.util.StreamHelper
If the factory knows about files and the resource can provide one, returns an ArchiveInputStream for it, otherwise returns null.
getInputStream(CompressorStreamFactory, Resource) - Static method in class org.apache.ant.compress.util.StreamHelper
If the factory knows about files and the resource can provide one, returns an CompressorInputStream for it, otherwise returns null.
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.
getOutputStream(ArchiveStreamFactory, Resource, String) - Static method in class org.apache.ant.compress.util.StreamHelper
If the factory knows about files and the resource can provide one, returns an ArchiveOutputStream for it, otherwise returns null.
getOutputStream(CompressorStreamFactory, Resource) - Static method in class org.apache.ant.compress.util.StreamHelper
If the factory knows about files and the resource can provide one, returns an CompressorOutputStream for it, otherwise returns null.
getPolicy() - Method in class org.apache.ant.compress.taskdefs.Zip.UnicodeExtraField
 
getPolicy() - Method in class org.apache.ant.compress.taskdefs.Zip.Zip64Enum
 
getPrefix() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceCollectionFlags
 
getPreserveLeadingSlashes() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Flag to indicates whether leading `/'s should be preserved in the file names.
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.DumpFileSet
A DumpFileset accepts another DumpFileSet 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
 
getSkipUnreadableEntries() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveScanner
Whether to skip entries that Commons Compress signals it cannot read.
getSkipUnreadableEntries() - Method in class org.apache.ant.compress.taskdefs.ExpandBase
Whether to skip entries that Commons Compress signals it cannot read.
getStrategy() - Method in class org.apache.ant.compress.taskdefs.Pack200.Pack200StrategyEnum
 
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.DumpFileSet
 
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.Ar.Format
 
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.Pack200.Pack200StrategyEnum
 
getValues() - Method in class org.apache.ant.compress.taskdefs.Tar.Format
 
getValues() - Method in class org.apache.ant.compress.taskdefs.Zip.UnicodeExtraField
 
getValues() - Method in class org.apache.ant.compress.taskdefs.Zip.Zip64Enum
 
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.
GNU - Static variable in class org.apache.ant.compress.taskdefs.Tar.Format
 
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.DumpFileSet
 
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.DumpFileSet
 
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.

L

log(String) - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveScanner
 

M

Messages - Class in org.apache.ant.compress.util
Factored out messages.
Messages() - Constructor for class org.apache.ant.compress.util.Messages
 

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.DumpFileSet
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

Pack200 - Class in org.apache.ant.compress.taskdefs
Compresses using pack200.
Pack200() - Constructor for class org.apache.ant.compress.taskdefs.Pack200
 
Pack200.Pack200StrategyEnum - Class in org.apache.ant.compress.taskdefs
Pack200Strategy to use: cache in memory or use a temporary file.
Pack200.Pack200StrategyEnum() - Constructor for class org.apache.ant.compress.taskdefs.Pack200.Pack200StrategyEnum
 
Pack200Normalize - Class in org.apache.ant.compress.taskdefs
Task to "normalize" a JAR archive so that a signature applied to it will still be valid after a pack200/unpack200 cycle.
Pack200Normalize() - Constructor for class org.apache.ant.compress.taskdefs.Pack200Normalize
 
Pack200Resource - Class in org.apache.ant.compress.resources
A Pack200 compressed resource.
Pack200Resource() - Constructor for class org.apache.ant.compress.resources.Pack200Resource
 
Pack200Resource(ResourceCollection) - Constructor for class org.apache.ant.compress.resources.Pack200Resource
 
Pack200StreamFactory - Class in org.apache.ant.compress.util
Creates streams for the pack200 format.
Pack200StreamFactory() - Constructor for class org.apache.ant.compress.util.Pack200StreamFactory
 
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(PackBase.ResourceWrapper) - Constructor for class org.apache.ant.compress.taskdefs.PackBase
 
PackBase.ResourceWrapper - Interface in org.apache.ant.compress.taskdefs
 
PAX - Static variable in class org.apache.ant.compress.taskdefs.Tar.Format
 

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.
setDecompressConcatenated(boolean) - Method in class org.apache.ant.compress.resources.CommonsCompressCompressorResource
Whether to extract the whole resource if it contains multiple concatenated streams.
setDecompressConcatenated(boolean) - Method in class org.apache.ant.compress.taskdefs.UnpackBase
Whether to extract the whole resource if it contains multiple concatenated streams.
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.Pack200Normalize
The destination archive.
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.TarFileSet
Set the encoding used for this TarFileSet.
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.Untar
 
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
 
setFactory(CompressorStreamFactory) - Method in class org.apache.ant.compress.taskdefs.PackBase
 
setFactory(CompressorStreamFactory) - Method in class org.apache.ant.compress.taskdefs.UnpackBase
 
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.
setForce(boolean) - Method in class org.apache.ant.compress.taskdefs.Pack200Normalize
Whether to force normalization of the archive even if the destination is up-to-date.
setFormat(Ar.Format) - Method in class org.apache.ant.compress.taskdefs.Ar
The format for entries with filenames longer than 16 characters or containign spaces - any other entry will always use "ar".
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 to use.
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.DumpFileSet
The GID for the dump 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
 
setPack200Strategy(Pack200.Pack200StrategyEnum) - Method in class org.apache.ant.compress.taskdefs.Pack200
Whether to cache archive data in memory (the default) or a temporary file.
setPack200Strategy(Pack200.Pack200StrategyEnum) - Method in class org.apache.ant.compress.taskdefs.UnPack200
Whether to cache archive data in memory (the default) or a temporary file.
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.DumpFileSet
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.
setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.resources.ArFileSet
Whether to skip entries that Commons Compress signals it cannot read.
setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.resources.CpioFileSet
Whether to skip entries that Commons Compress signals it cannot read.
setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.resources.DumpFileSet
Whether to skip entries that Commons Compress signals it cannot read.
setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.resources.TarFileSet
Whether to skip entries that Commons Compress signals it cannot read.
setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.resources.ZipFileSet
Whether to skip entries that Commons Compress signals it cannot read.
setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.taskdefs.ExpandBase
Whether to skip entries that Commons Compress signals it cannot read.
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.Pack200Normalize
The JAR archive to normalize.
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.DumpFileSet
The uid for the dump 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.
setZip64Mode(Zip.Zip64Enum) - Method in class org.apache.ant.compress.taskdefs.Zip
Whether to create Zip64 extended information.
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.
skippedIsUnreadable(ArchiveEntry) - Static method in class org.apache.ant.compress.util.Messages
Message to log when Commons Compress knows it cannot handle a given entry.
sort(List) - Method in class org.apache.ant.compress.taskdefs.ArchiveBase
Sorts the list of resources to add.
STAR - Static variable in class org.apache.ant.compress.taskdefs.Tar.Format
 
StreamHelper - Class in org.apache.ant.compress.util
Helper methods that deal with FileAware*Factory and Resources that may or may not provide files.
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 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.
TarResource(File, String, TarArchiveEntry) - Constructor for class org.apache.ant.compress.resources.TarResource
Construct a TarResource representing the specified entry in the specified archive.
TarResource(Resource, String, 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
 
Undump - Class in org.apache.ant.compress.taskdefs
Undump a file.
Undump() - Constructor for class org.apache.ant.compress.taskdefs.Undump
 
UNKNOWN_ID - Static variable in class org.apache.ant.compress.util.EntryHelper
 
UnPack200 - Class in org.apache.ant.compress.taskdefs
Expands a pack200 archive.
UnPack200() - Constructor for class org.apache.ant.compress.taskdefs.UnPack200
 
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
 
UnpackBase(String) - 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
 
UnXZ - Class in org.apache.ant.compress.taskdefs
Expands an xz archive.
UnXZ() - Constructor for class org.apache.ant.compress.taskdefs.UnXZ
 
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.

X

XZ - Class in org.apache.ant.compress.taskdefs
Compresses using XZ.
XZ() - Constructor for class org.apache.ant.compress.taskdefs.XZ
 
XZResource - Class in org.apache.ant.compress.resources
An XZ compressed resource.
XZResource() - Constructor for class org.apache.ant.compress.resources.XZResource
 
XZResource(ResourceCollection) - Constructor for class org.apache.ant.compress.resources.XZResource
 
XZStreamFactory - Class in org.apache.ant.compress.util
Creates streams for the supported compression formats.
XZStreamFactory() - Constructor for class org.apache.ant.compress.util.XZStreamFactory
 

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
 
Zip.Zip64Enum - Class in org.apache.ant.compress.taskdefs
Policiy for creation of Zip64 extended information: never, always or as-needed.
Zip.Zip64Enum() - Constructor for class org.apache.ant.compress.taskdefs.Zip.Zip64Enum
 
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
 
ZipScanner(boolean, Project) - 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 L M N O P R S T U V W X Z