| Class Summary | |
|---|---|
| AbstractArchiveFinalizer | |
| AbstractArchiver | |
| AbstractUnArchiver | |
| AbstractZipArchiver | |
| AbstractZipUnArchiver | |
| ArchiveEntry | |
| ArchiveFileFilter | |
| ArchiveFilterException | |
| ArchiveFinalizer | |
| Archiver | |
| ArchiverException | Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
| ArchiverManager | |
| AsiExtraField | Adds Unix file permission and UID/GID fields as well as symbolic link handling. |
| BZip2Archiver | |
| BZip2Compressor | |
| BZip2Constants | Base class for both the compress and decompress classes. |
| BZip2UnArchiver | |
| CBZip2InputStream | An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream. |
| CBZip2OutputStream | An output stream that compresses into the BZip2 format (without the file header chars) into another stream. |
| CBZip2OutputStream.StackElem | |
| Compressor | |
| CRC | A simple class the hold and calculate the CRC for sanity checking of the data. |
| DefaultArchiverManager | |
| DirectoryArchiver | A plexus archiver implementation that stores the files to archive in a directory. |
| EarArchiver | Creates a EAR archive. |
| EnumeratedAttribute | Helper class for attributes that can only take one of a fixed list of values. |
| ExtraFieldUtils | ZipExtraField related methods |
| FilterEnabled | |
| FilterSupport | |
| FinalizerEnabled | |
| GZipArchiver | |
| GZipCompressor | |
| GZipUnArchiver | |
| JarArchiver | Base class for tasks that build archives in JAR file format. |
| JarArchiver.FilesetManifestConfig | |
| JarSecurityFileFilter | |
| Manifest | Holds the data of a jar manifest. |
| ManifestException | Exception thrown indicating problems in a JAR Manifest |
| Manifest.Attribute | An attribute for the manifest. |
| Manifest.Section | A manifest section - you can nest attribute elements into sections. |
| NoSuchArchiverException | |
| TarArchiver | |
| TarArchiver.TarCompressionMethod | Valid Modes for Compression attribute to Tar Task |
| TarArchiver.TarOptions | Valid Modes for Compression attribute to Tar Task |
| TarBuffer | The TarBuffer class implements the tar archive concept of a buffered input stream. |
| TarBZip2UnArchiver | Extract files in tar with bzip2 compression |
| TarCompressionMethod | Valid Modes for Compression attribute to Tar Task |
| TarConstants | This interface contains all the definitions used in the package. |
| TarEntry | This class represents an entry in a Tar archive. |
| TarGZipUnArchiver | Extract files in tar with gzip compression |
| TarInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. methods are provided to position at each successive entry in the archive, and the read each entry as a normal input stream using read(). |
| TarLongFileMode | Set of options for long file handling in the task. |
| TarOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. |
| TarUnArchiver | |
| TarUnArchiver.UntarCompressionMethod | Valid Modes for Compression attribute to Untar Task |
| TarUtils | This class provides static utility methods to work with byte streams. |
| UnArchiver | |
| UnixStat | Constants from stat.h on Unix systems. |
| UnrecognizedExtraField | Simple placeholder for all those extra fields we don't want to deal with. |
| WarArchiver | An extension of <jar> to create a WAR archive. |
| ZipArchiver | |
| ZipEntry | Extension that adds better handling of extra fields and provides access to the internal and external file attributes. |
| ZipExtraField | General format of extra field data. |
| ZipFile |
Replacement for java.util.ZipFile.
|
| ZipFile.BoundedInputStream | InputStream that delegates requests to the underlying RandomAccessFile, making sure that only bytes from a certain range can be read. |
| ZipLong | Utility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files. |
| ZipOutputStream |
Reimplementation of java.util.zip.ZipOutputStream
java.util.zip.ZipOutputStream that does handle the extended
functionality of this package, especially internal/external file
attributes and extra fields with different layouts for local file
data and central directory entries.
|
| ZipShort | Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files. |
| ZipUnArchiver | |