Package | Description |
---|---|
org.codehaus.plexus.archiver.tar |
Modifier and Type | Class and Description |
---|---|
class |
BZip2TarFile
Extension of
TarFile for bzip2 compressed files. |
class |
GZipTarFile
Extension of
TarFile for gzip compressed files. |
class |
XZTarFile |
Modifier and Type | Field and Description |
---|---|
private TarFile |
TarResource.tarFile |
(package private) TarFile |
PlexusIoTarFileResourceCollection.tarFile |
Modifier and Type | Method and Description |
---|---|
protected TarFile |
PlexusIoTarXZFileResourceCollection.newTarFile(java.io.File file) |
protected TarFile |
PlexusIoTarBZip2FileResourceCollection.newTarFile(java.io.File file) |
protected TarFile |
PlexusIoTarGZipFileResourceCollection.newTarFile(java.io.File file) |
protected TarFile |
PlexusIoTarFileResourceCollection.newTarFile(java.io.File file) |
Constructor and Description |
---|
TarResource(TarFile tarFile,
org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) |
TarSymlinkResource(TarFile tarFile,
org.apache.commons.compress.archivers.tar.TarArchiveEntry entry) |