Uses of Class
org.jboss.shrinkwrap.impl.base.AssignableBase
Packages that use AssignableBase
Package
Description
-
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.baseModifier and TypeClassDescriptionclass
Assignable
implementation view of aninvalid reference
ConfigurableArchive
class
Implementation of aGenericArchive
class
Assignable
implementation view of anIdentifiable
. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.container
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.containerModifier and TypeClassDescriptionclass
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.exporterModifier and TypeClassDescriptionclass
Base support for I/O Stream-based exportersclass
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.tarModifier and TypeClassDescriptionclass
Implementation ofTarBz2Exporter
used to export an Archive as a TAR format encoded in BZip2.class
Implementation ofTarExporter
used to export an Archive as a TAR format.class
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.zipModifier and TypeClassDescriptionclass
Implementation of ZipExporter used to export an Archive as a ZIP format. -
Uses of AssignableBase in org.jboss.shrinkwrap.impl.base.importer
Subclasses of AssignableBase in org.jboss.shrinkwrap.impl.base.importerModifier and TypeClassDescriptionclass
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.tarModifier and TypeClassDescriptionclass
Used to import existing TAR.BZ2 files/streams into the givenArchive
class
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
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.zipModifier and TypeClassDescriptionclass
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.specModifier and TypeClassDescriptionclass
EnterpriseArchiveImplclass
Implementation of an archive with JAR-specific support.class
ResourceAdapterArchiveImplclass
WebArchiveImpl