Class Summary | |
---|---|
AbstractArchiveFinalizer | |
AbstractArchiver | |
AbstractFileSet | Default implementation of BaseFileSet. |
AbstractUnArchiver | |
AbstractZipArchiver | |
AbstractZipUnArchiver | |
ArchivedFileSet | A file set, which consists of the files and directories in an archive. |
ArchiveEntry | |
ArchiveEntryUtils | |
ArchiveFile | Interface of a zip, or tar file. |
ArchiveFileFilter | |
ArchiveFile.Entry | Interfave of a archive file entry. |
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. |
BaseFileSet | A file set is a set of files, which may be added to an archive. |
BZip2Archiver | |
BZip2Compressor | |
BZip2Constants | Base class for both the compress and decompress classes. |
BZip2TarFile | Extension of TarFile for bzip2 compressed files. |
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. |
Compressor | |
DefaultArchivedFileSet | Default implementation of ArchivedFileSet. |
DefaultArchiverManager | |
DefaultFileSet | Default implementation of FileSet. |
DirectoryArchiver | A plexus archiver implementation that stores the files to archive in a directory. |
DotDirectiveArchiveFinalizer | An @{link ArchiveFinalizer} that process dot files with archiver directives contained within. |
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 |
FileSet | A file set, which consists of the files and directories in a common base directory. |
FilterEnabled | |
FilterSupport | |
FinalizerEnabled | |
GZipArchiver | |
GZipCompressor | |
GZipTarFile | Extension of TarFile for bzip2 compressed files. |
GZipUnArchiver | |
JarArchiver | Base class for tasks that build archives in JAR file format. |
JarArchiver.FilesetManifestConfig | |
JarSecurityFileFilter | |
JarSecurityFileSelector | |
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 | |
PlexusIoBzip2ResourceCollection | Implementation of PlexusIoResourceCollection for bzip2 compressed files. |
PlexusIoGzipResourceCollection | Abstract base class for compressed files, aka singleton resource collections. |
PlexusIoTarBZip2FileResourceCollection | |
PlexusIoTarFileResourceCollection | |
PlexusIoTarGZipFileResourceCollection | |
PlexusIoZipFileResourceCollection | |
ResourceIterator | |
ResourceUtils | Utility class for work with PlexusIoResource instances. |
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. |
TarFile |
Implementation of ArchiveFile for tar files. Compared to ZipFile, this one should be used with some care, due to the nature of a tar file: While a zip file contains a catalog, a tar file does not. |
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. |
TarResource | |
TarUnArchiver | |
TarUnArchiver.UntarCompressionMethod | Valid Modes for Compression attribute to Untar Task |
TarUtils | This class provides static utility methods to work with byte streams. |
UnArchiver | |
UnArchiverException | |
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 .
|
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.
|
ZipResource | |
ZipShort | Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files. |
ZipUnArchiver |