- 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.
- addConfiguredContentMethod(SevenZ.ContentMethod) - Method in class org.apache.ant.compress.taskdefs.SevenZ
-
Adds a compression method to use for entry contents - the
default is LZMA2 with no additional options.
- 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.
- 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.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.ResourceCollectionFlags - Class in org.apache.ant.compress.taskdefs
-
Various flags a (archive) resource collection may hold.
- ArchiveBase.ResourceFlags - Class in org.apache.ant.compress.taskdefs
-
Various flags a (archive) resource may hold in addition to
being a plain resource.
- ArchiveBase.ResourceWithFlags - Class in org.apache.ant.compress.taskdefs
-
Binds a resource to additional data that may be present.
- ArchiveBase.WhenEmpty - Class in org.apache.ant.compress.taskdefs
-
Possible behaviors when there are no matching files for the task:
"fail", "skip".
- 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 argument.
- ArFileSet(ArFileSet) - Constructor for class org.apache.ant.compress.resources.ArFileSet
-
Constructor using a arfileset argument.
- ArFileSet(CommonsCompressFileSet) - Constructor for class org.apache.ant.compress.resources.ArFileSet
-
Constructor using a CommonsCompressFileSet argument.
- ArjFileSet - Class in org.apache.ant.compress.resources
-
A ArjFileSet is a FileSet with extra attributes useful in the context of
Arj tasks.
- ArjFileSet() - Constructor for class org.apache.ant.compress.resources.ArjFileSet
-
Constructor for ArjFileSet
- ArjFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.ArjFileSet
-
Constructor using a fileset argument.
- ArjFileSet(ArjFileSet) - Constructor for class org.apache.ant.compress.resources.ArjFileSet
-
Constructor using a arjfileset argument.
- ArjFileSet(CommonsCompressFileSet) - Constructor for class org.apache.ant.compress.resources.ArjFileSet
-
Constructor using a CommonsCompressFileSet argument.
- ArjResource - Class in org.apache.ant.compress.resources
-
A Resource representation of an entry in a arj archive.
- ArjResource() - Constructor for class org.apache.ant.compress.resources.ArjResource
-
Default constructor.
- ArjResource(File, ArjArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ArjResource
-
Construct a ArjResource representing the specified
entry in the specified archive.
- ArjResource(Resource, ArjArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ArjResource
-
Construct a ArjResource representing the specified
entry in the specified archive.
- ArjResource(File, String, ArjArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ArjResource
-
Construct a ArjResource representing the specified
entry in the specified archive.
- ArjResource(Resource, String, ArjArchiveEntry) - Constructor for class org.apache.ant.compress.resources.ArjResource
-
Construct a ArjResource representing the specified
entry in the specified archive.
- ArjStreamFactory - Class in org.apache.ant.compress.util
-
- ArjStreamFactory() - Constructor for class org.apache.ant.compress.util.ArjStreamFactory
-
- 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
-
- checkCommonsCompressFileSetAttributesAllowed() - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
A check attributes for CommonsCompressFileSet.
- clone() - Method in class org.apache.ant.compress.resources.Archives
-
Implement clone.
- clone() - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
Return a CommonsCompressFileSet that has the same properties
as this one.
- close() - Method in class org.apache.ant.compress.util.SevenZStreamFactory.SevenZArchiveOutputStream
-
- closeArchiveEntry() - Method in class org.apache.ant.compress.util.SevenZStreamFactory.SevenZArchiveOutputStream
-
- 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) - Constructor for class org.apache.ant.compress.resources.CommonsCompressCompressorResource
-
- CommonsCompressCompressorResource(String, CompressorStreamFactory) - Constructor for class org.apache.ant.compress.resources.CommonsCompressCompressorResource
-
- CommonsCompressCompressorResource(String, ResourceCollection) - Constructor for class org.apache.ant.compress.resources.CommonsCompressCompressorResource
-
Constructor with another resource to wrap.
- CommonsCompressCompressorResource(String, CompressorStreamFactory, ResourceCollection) - Constructor for class org.apache.ant.compress.resources.CommonsCompressCompressorResource
-
Constructor with another resource to wrap.
- CommonsCompressFileSet - Class in org.apache.ant.compress.resources
-
A fileset based on the contents of a commons compress archive.
- CommonsCompressFileSet() - Constructor for class org.apache.ant.compress.resources.CommonsCompressFileSet
-
Constructor for CommonsCompressFileSet
- CommonsCompressFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.CommonsCompressFileSet
-
Constructor using a fileset argument.
- CommonsCompressFileSet(CommonsCompressFileSet) - Constructor for class org.apache.ant.compress.resources.CommonsCompressFileSet
-
Constructor using a CommonsCompressFileSet argument.
- 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.CommonsCompressFileSet
-
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.
- ContentMethod() - Constructor for class org.apache.ant.compress.taskdefs.SevenZ.ContentMethod
-
- 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.
- 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 argument.
- CpioFileSet(CpioFileSet) - Constructor for class org.apache.ant.compress.resources.CpioFileSet
-
Constructor using a cpiofileset argument.
- CpioFileSet(CommonsCompressFileSet) - Constructor for class org.apache.ant.compress.resources.CpioFileSet
-
Constructor using a CommonsCompressFileSet argument.
- 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.
- CpioResource(File, String, CpioArchiveEntry) - Constructor for class org.apache.ant.compress.resources.CpioResource
-
Construct a CpioResource representing the specified
entry in the specified archive.
- CpioResource(Resource, String, 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.
- createArchiveEntry(File, String) - Method in class org.apache.ant.compress.util.SevenZStreamFactory.SevenZArchiveOutputStream
-
- createArjs() - Method in class org.apache.ant.compress.resources.Archives
-
Wrapper to identify nested resource collections as ARJ
archives.
- 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.
- createDumps() - Method in class org.apache.ant.compress.resources.Archives
-
Wrapper to identify nested resource collections as Unix dump
archives.
- createSevenzs() - Method in class org.apache.ant.compress.resources.Archives
-
Wrapper to identify nested resource collections as 7z
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.
- getArchiveInputStream(File, String) - Method in interface org.apache.ant.compress.util.FileAwareArchiveStreamFactory
-
- getArchiveInputStream(File, String) - Method in class org.apache.ant.compress.util.SevenZStreamFactory
-
- 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.SevenZStreamFactory
-
- 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.ArjStreamFactory
-
- getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.ArjStreamFactory
-
Not implemented.
- 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.SevenZStreamFactory
-
- getArchiveStream(OutputStream, String) - Method in class org.apache.ant.compress.util.SevenZStreamFactory
-
- 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.BrotliStreamFactory
-
- getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.BrotliStreamFactory
-
Not implemented.
- 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.DeflateStreamFactory
-
- getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.DeflateStreamFactory
-
- 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.LZ4StreamFactory
-
- getCompressorStream(InputStream, boolean) - Method in class org.apache.ant.compress.util.LZ4StreamFactory
-
- getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.LZ4StreamFactory
-
- getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.LZMAStreamFactory
-
- getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.LZMAStreamFactory
-
- 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.SnappyStreamFactory
-
- getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.SnappyStreamFactory
-
- 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
-
- getCompressorStream(InputStream) - Method in class org.apache.ant.compress.util.ZStreamFactory
-
- getCompressorStream(OutputStream) - Method in class org.apache.ant.compress.util.ZStreamFactory
-
Not implemented.
- getContentMethods() - Method in class org.apache.ant.compress.resources.SevenZResource
-
Gets the (compression) methods to used for entry's content.
- getContentMethods() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceFlags
-
- 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.CommonsCompressFileSet
-
Get the encoding used for this TarFileSet.
- 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.CommonsCompressArchiveResource
-
- getGid() - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
- 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.SevenZResource
-
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.
- 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.CommonsCompressFileSet
-
A CommonsCompressFileSet accepts another FileSet as reference
- getResource() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
-
- getResourceFlags() - Method in class org.apache.ant.compress.taskdefs.ArchiveBase.ResourceWithFlags
-
- getSevenZFile() - Method in class org.apache.ant.compress.resources.SevenZResource
-
Get the 7z file that holds this SevenZResource.
- 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.resources.CommonsCompressFileSet
-
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.
- getSrc() - Method in class org.apache.ant.compress.taskdefs.PackBase
-
- getStrategy() - Method in class org.apache.ant.compress.taskdefs.Pack200.Pack200StrategyEnum
-
- getUid() - Method in class org.apache.ant.compress.resources.CommonsCompressArchiveResource
-
- getUid() - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
- 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
-
- 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.
- setContentCompression(String) - Method in class org.apache.ant.compress.taskdefs.SevenZ
-
Sets the compression method to use for entry contents - the
default is LZMA2 with no additional options.
- setContentCompression(SevenZMethod) - Method in class org.apache.ant.compress.util.SevenZStreamFactory.SevenZArchiveOutputStream
-
- setContentMethods(Iterable) - Method in class org.apache.ant.compress.util.SevenZStreamFactory.SevenZArchiveOutputStream
-
- 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 archive.
- setEncoding(String) - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
Set the encoding used for this CommonsCompressFileSet.
- 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.Unarj
-
Set the file-name encoding for this archive, defaults to the
native encoding.
- setEncoding(String) - Method in class org.apache.ant.compress.taskdefs.Uncpio
-
Set the file-name encoding for this archive, defaults to native
encoding.
- setEncoding(String) - Method in class org.apache.ant.compress.taskdefs.Undump
-
Set the file-name encoding for this archive, defaults to the
native encoding.
- 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.SevenZResource
-
- 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(CompressorStreamFactory) - Method in class org.apache.ant.compress.resources.CommonsCompressCompressorResource
-
- 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.
- setFramed(boolean) - Method in class org.apache.ant.compress.resources.LZ4Resource
-
Whether to use the "frame format".
- setFramed(boolean) - Method in class org.apache.ant.compress.resources.SnappyResource
-
Whether to use the "framing format".
- setFramed(boolean) - Method in class org.apache.ant.compress.taskdefs.LZ4
-
Whether to use the "frame format".
- setFramed(boolean) - Method in class org.apache.ant.compress.taskdefs.Snappy
-
Whether to use the "framing format".
- setFramed(boolean) - Method in class org.apache.ant.compress.taskdefs.UnLZ4
-
Whether to use the "frame format".
- setFramed(boolean) - Method in class org.apache.ant.compress.taskdefs.UnSnappy
-
Whether to use the "framing format".
- setFramed(boolean) - Method in class org.apache.ant.compress.util.LZ4StreamFactory
-
Whether to use the "frame format".
- setFramed(boolean) - Method in class org.apache.ant.compress.util.SnappyStreamFactory
-
Whether to use the "framing format".
- setGid(int) - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
The GID for the 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.SevenZ
-
Whether the original compression of entries coming from a 7z
archive should be kept (for example when updating an archive).
- 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.Deflate
-
Set the compression level to use.
- setLevel(int) - Method in class org.apache.ant.compress.taskdefs.GZip
-
Set the compression level to use.
- setLevel(int) - Method in class org.apache.ant.compress.taskdefs.Zip
-
Set the compression level to use.
- setMethod(String) - Method in class org.apache.ant.compress.taskdefs.SevenZ.ContentMethod
-
The "method" which can be a compression method, an
encryption method or a filter.
- 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
-
- setOption(int) - Method in class org.apache.ant.compress.taskdefs.SevenZ.ContentMethod
-
Option for the method, must be understood by the method.
- 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.CommonsCompressArchiveResource
-
Overrides the super version.
- setRefid(Reference) - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
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.
- setSevenZFile(File) - Method in class org.apache.ant.compress.resources.SevenZResource
-
Set the 7z that holds this SevenZResource.
- setSevenZResource(Resource) - Method in class org.apache.ant.compress.resources.SevenZResource
-
Set the 7z file that holds this SevenZResource.
- setSkipUnreadableEntries(boolean) - Method in class org.apache.ant.compress.resources.CommonsCompressFileSet
-
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.CommonsCompressFileSet
-
The uid for the 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.
- setZlibHeader(boolean) - Method in class org.apache.ant.compress.resources.DeflateResource
-
Whether to expect or write a ZLIB header.
- setZlibHeader(boolean) - Method in class org.apache.ant.compress.taskdefs.Deflate
-
Whether to write a ZLIB header.
- setZlibHeader(boolean) - Method in class org.apache.ant.compress.taskdefs.Undeflate
-
Whether to expect a ZLIB header.
- SevenZ - Class in org.apache.ant.compress.taskdefs
-
Creates 7z archives.
- SevenZ() - Constructor for class org.apache.ant.compress.taskdefs.SevenZ
-
- SevenZ.ContentMethod - Class in org.apache.ant.compress.taskdefs
-
Container for a supported 7z method and its configuration.
- SevenZArchiveOutputStream(File) - Constructor for class org.apache.ant.compress.util.SevenZStreamFactory.SevenZArchiveOutputStream
-
- SevenZFileSet - Class in org.apache.ant.compress.resources
-
A SevenZFileSet is a FileSet with extra attributes useful in the context of
SevenZ tasks.
- SevenZFileSet() - Constructor for class org.apache.ant.compress.resources.SevenZFileSet
-
Constructor for SevenZFileSet
- SevenZFileSet(FileSet) - Constructor for class org.apache.ant.compress.resources.SevenZFileSet
-
Constructor using a fileset argument.
- SevenZFileSet(SevenZFileSet) - Constructor for class org.apache.ant.compress.resources.SevenZFileSet
-
Constructor using a sevenzfileset argument.
- SevenZFileSet(CommonsCompressFileSet) - Constructor for class org.apache.ant.compress.resources.SevenZFileSet
-
Constructor using a CommonsCompressFileSet argument.
- SevenZResource - Class in org.apache.ant.compress.resources
-
A Resource representation of an entry in a sevenzfile.
- SevenZResource() - Constructor for class org.apache.ant.compress.resources.SevenZResource
-
Default constructor.
- SevenZResource(File, String, SevenZArchiveEntry) - Constructor for class org.apache.ant.compress.resources.SevenZResource
-
Construct a SevenZResource representing the specified
entry in the specified 7z file.
- SevenZResource(Resource, String, SevenZArchiveEntry) - Constructor for class org.apache.ant.compress.resources.SevenZResource
-
Construct a SevenZResource representing the specified
entry in the specified 7z archive.
- SevenZScanner - Class in org.apache.ant.compress.resources
-
Scans 7z archives for resources.
- SevenZScanner() - Constructor for class org.apache.ant.compress.resources.SevenZScanner
-
- SevenZScanner(boolean, Project) - Constructor for class org.apache.ant.compress.resources.SevenZScanner
-
- SevenZStreamFactory - Class in org.apache.ant.compress.util
-
- SevenZStreamFactory() - Constructor for class org.apache.ant.compress.util.SevenZStreamFactory
-
- SevenZStreamFactory.SevenZArchiveOutputStream - Class in org.apache.ant.compress.util
-
Not really a stream but provides an ArchiveOutputStream
compatible interface over SevenZOutputFile.
- 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.
- Snappy - Class in org.apache.ant.compress.taskdefs
-
Compresses using snappy.
- Snappy() - Constructor for class org.apache.ant.compress.taskdefs.Snappy
-
- SnappyResource - Class in org.apache.ant.compress.resources
-
An Snappy compressed resource.
- SnappyResource() - Constructor for class org.apache.ant.compress.resources.SnappyResource
-
- SnappyResource(ResourceCollection) - Constructor for class org.apache.ant.compress.resources.SnappyResource
-
- SnappyStreamFactory - Class in org.apache.ant.compress.util
-
Creates streams for the standalone Snappy format.
- SnappyStreamFactory() - Constructor for class org.apache.ant.compress.util.SnappyStreamFactory
-
- 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.