|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assignable | |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.api.exporter | |
org.jboss.shrinkwrap.api.importer | |
org.jboss.shrinkwrap.api.spec |
Uses of Assignable in org.jboss.shrinkwrap.api |
---|
Subinterfaces of Assignable in org.jboss.shrinkwrap.api | |
---|---|
interface |
Archive<T extends Archive<T>>
Archive Represents a collection of resources which may be constructed declaratively / programmatically. |
Methods in org.jboss.shrinkwrap.api with type parameters of type Assignable | ||
---|---|---|
static
|
Archives.addExtensionOverride(Class<T> extensionClass,
Class<? extends T> extensionImplClass)
Deprecated. Override the loading of a specific Extension. |
|
|
ExtensionLoader.addOverride(Class<T> extensionClass,
Class<? extends T> extensionImplClass)
Add a Override to the normal Extension loading. |
|
|
Assignable.as(Class<TYPE> clazz)
Wraps a Archive in a different 'view'. |
|
|
ArchiveFactory.create(String archiveName,
Class<T> type)
Creates a new archive of the specified type. |
|
static
|
Archives.create(String archiveName,
Class<T> type)
Deprecated. |
|
static
|
ShrinkWrap.create(String archiveName,
Class<T> type)
Creates a new archive of the specified type. |
|
|
ExtensionLoader.load(Class<T> extensionClass,
Archive<?> baseArchive)
Load a Extension. |
Uses of Assignable in org.jboss.shrinkwrap.api.exporter |
---|
Subinterfaces of Assignable in org.jboss.shrinkwrap.api.exporter | |
---|---|
interface |
ExplodedExporter
ExplodedExporter Exporter used to export an Archive as an exploded directory structure. |
interface |
ZipExporter
Exporter used to represent an Assignable in ZIP format. |
Uses of Assignable in org.jboss.shrinkwrap.api.importer |
---|
Subinterfaces of Assignable in org.jboss.shrinkwrap.api.importer | |
---|---|
interface |
ExplodedImporter
ExplodedImporter Importer used to import Exploded directory structures into a Archive |
interface |
ZipImporter
Assignable type capable of importing ZIP content. |
Uses of Assignable in org.jboss.shrinkwrap.api.spec |
---|
Subinterfaces of Assignable in org.jboss.shrinkwrap.api.spec | |
---|---|
interface |
EnterpriseArchive
EnterpriseArchive Traditional EAR (Java Enterprise Archive) structure. |
interface |
JavaArchive
JavaArchive Traditional JAR (Java Archive) structure. |
interface |
ResourceAdapterArchive
ResourceAdapterArchive Traditional RAR (Resource Adapter Archive) structure. |
interface |
WebArchive
WebArchive Traditional WAR (Java Web Archive) structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |