Uses of Class
org.jboss.shrinkwrap.impl.base.AssignableBase
-
-
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base Modifier and Type Class Description class
ConfigurableArchiveImpl
Assignable
implementation view of anConfigurableArchive
.class
GenericArchiveImpl
Implementation of aGenericArchive
class
IdentifiableArchiveImpl
Assignable
implementation view of anIdentifiable
. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.container
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.container Modifier and Type Class 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. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.exporter
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.exporter Modifier and Type Class Description class
AbstractStreamExporterImpl
Base support for I/O Stream-based exportersclass
ExplodedExporterImpl
ExplodedExporterImpl Implementation of ExplodedExporter used to export an Archive as an exploded directory structure. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.exporter.tar
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.exporter.tar Modifier and Type Class Description class
TarBz2ExporterImpl
Implementation ofTarBz2Exporter
used to export an Archive as a TAR format encoded in BZip2.class
TarExporterImpl
Implementation ofTarExporter
used to export an Archive as a TAR format.class
TarGzExporterImpl
Implementation ofTarGzExporter
used to export an Archive as a TAR format encoded in GZIP. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.exporter.zip
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.exporter.zip Modifier and Type Class Description class
ZipExporterImpl
Implementation of ZipExporter used to export an Archive as a ZIP format.class
ZipStoredExporterImpl
Implementation of ZipStoredExporter used to export an Archive as a ZIP format with STORED compression. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer Modifier and Type Class Description class
ExplodedImporterImpl
ExplodedImporterImpl Importer used to import Exploded directory structures into aArchive
-
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer.tar
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer.tar Modifier and Type Class Description class
TarBz2ImporterImpl
Used to import existing TAR.BZ2 files/streams into the givenArchive
class
TarGzImporterImpl
Used to import existing TAR.GZ files/streams into the givenArchive
(package private) class
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the givenArchive
class
TarImporterImpl
Used to import existing TAR files/streams into the givenArchive
-
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer.zip
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer.zip Modifier and Type Class Description class
ZipImporterImpl
Used to import existing Zip files/streams into the givenArchive
-
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.spec
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.spec Modifier and Type Class Description class
EnterpriseArchiveImpl
EnterpriseArchiveImplclass
JavaArchiveImpl
Implementation of an archive with JAR-specific support.class
ResourceAdapterArchiveImpl
ResourceAdapterArchiveImplclass
WebArchiveImpl
WebArchiveImpl
-