Modifier and Type | Class and Description |
---|---|
class |
ConfigurableArchiveImpl
Assignable implementation view of an ConfigurableArchive . |
class |
GenericArchiveImpl
Implementation of a
GenericArchive |
class |
IdentifiableArchiveImpl
Assignable implementation view of an Identifiable . |
Modifier and Type | Class and Description |
---|---|
class |
ContainerBase<T extends Archive<T>>
ContainerBase
Abstract class that helps implement the Archive, ManifestContainer, ResourceContainer, ClassContainer and
LibraryContainer.
|
class |
EnterpriseContainerBase<T extends Archive<T>>
EnterpriseContainerSupport
Abstract class that helps implement the EnterpriseContainer.
|
class |
ResourceAdapterContainerBase<T extends Archive<T>>
ResourceAdapterContainerBase
Abstract class that helps implement the ResourceAdapter.
|
class |
WebContainerBase<T extends Archive<T>>
WebContainerBase
Abstract class that helps implement the WebContainer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStreamExporterImpl
Base support for I/O Stream-based exporters
|
class |
ExplodedExporterImpl
ExplodedExporterImpl
Implementation of ExplodedExporter used to export an Archive as an exploded directory structure.
|
Modifier and Type | Class and Description |
---|---|
class |
TarBz2ExporterImpl
Implementation of
TarBz2Exporter used to export an Archive as a TAR format encoded in BZip2. |
class |
TarExporterImpl
Implementation of
TarExporter used to export an Archive as a TAR format. |
class |
TarGzExporterImpl
Implementation of
TarGzExporter used to export an Archive as a TAR format encoded in GZIP. |
Modifier and Type | Class and Description |
---|---|
class |
ZipExporterImpl
Implementation of ZipExporter used to export an Archive as a ZIP format.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplodedImporterImpl
ExplodedImporterImpl
Importer used to import Exploded directory structures into a
Archive |
Modifier and Type | Class and Description |
---|---|
class |
TarBz2ImporterImpl
Used to import existing TAR.BZ2 files/streams into the given
Archive |
class |
TarGzImporterImpl
Used to import existing TAR.GZ files/streams into the given
Archive |
(package private) class |
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the given
Archive |
class |
TarImporterImpl
Used to import existing TAR files/streams into the given
Archive |
Modifier and Type | Class and Description |
---|---|
class |
ZipImporterImpl
Used to import existing Zip files/streams into the given
Archive |
Modifier and Type | Class and Description |
---|---|
class |
EnterpriseArchiveImpl
EnterpriseArchiveImpl
|
class |
JavaArchiveImpl
Implementation of an archive with JAR-specific support.
|
class |
ResourceAdapterArchiveImpl
ResourceAdapterArchiveImpl
|
class |
WebArchiveImpl
WebArchiveImpl
|