|
ShrinkWrap API 1.0.0-cr-2 | |||||||||
| 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.serialization | |
| 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>>
Represents a collection of resources which may be constructed programmatically. |
interface |
GenericArchive
Simple Archive extension which closes the generic context as a convenience to users not requiring any spec
archive type. |
| Methods in org.jboss.shrinkwrap.api with type parameters of type Assignable | ||
|---|---|---|
|
ExtensionLoader.addOverride(Class<T> extensionClass,
Class<? extends T> extensionImplClass)
Add a Override to the normal Extension loading. |
|
|
Assignable.as(Class<TYPE> clazz)
Wraps an Archive in a different 'view'. |
|
|
ArchiveFactory.create(Class<T> type)
Creates a new archive of the specified type. |
|
static
|
ShrinkWrap.create(Class<T> type)
Creates a new archive of the specified type. |
|
|
ArchiveFactory.create(Class<T> type,
String archiveName)
Creates a new archive of the specified type. |
|
static
|
ShrinkWrap.create(Class<T> type,
String archiveName)
Creates a new archive of the specified type. |
|
|
ArchiveFactory.createFromZipFile(Class<T> type,
File archiveFile)
Creates a new archive of the specified type as imported from the specified File. |
|
static
|
ShrinkWrap.createFromZipFile(Class<T> type,
File archiveFile)
Creates a new archive of the specified type as imported from the specified File. |
|
|
ExtensionLoader.getExtensionFromExtensionMapping(Class<T> extensionClass)
Gets the extension for the given type from the extensionMapping |
|
|
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
Exporter used to export an Archive as an exploded directory structure. |
interface |
StreamExporter
Generic exporter capable of representing an Assignable as an InputStream, or writing its contents to
a provided OutputStream or File. |
interface |
TarExporter
Exporter used to represent an Assignable in TAR format |
interface |
TarGzExporter
Exporter used to represent an Assignable in TAR format encoded w/ GZIP compression |
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
Importer used to import Exploded directory structures into a Archive |
interface |
StreamImporter<I extends StreamImporter<I>>
Generic importer capable of representing an Assignable as an entity capable of reading from an
InputStream, or file type. |
interface |
TarGzImporter
Assignable type capable of importing TAR archive content encoded in GZIP compression. |
interface |
TarImporter
Assignable type capable of importing TAR archive content |
interface |
ZipImporter
Assignable type capable of importing ZIP content. |
| Uses of Assignable in org.jboss.shrinkwrap.api.serialization |
|---|
| Subinterfaces of Assignable in org.jboss.shrinkwrap.api.serialization | |
|---|---|
interface |
SerializableView
Serializable view of an Archive. |
interface |
ZipSerializableView
Serializable view of an Archive where contents are encoded in ZIP format during Serialization. |
| Uses of Assignable in org.jboss.shrinkwrap.api.spec |
|---|
| Subinterfaces of Assignable in org.jboss.shrinkwrap.api.spec | |
|---|---|
interface |
EnterpriseArchive
Traditional EAR (Java Enterprise Archive) structure. |
interface |
JavaArchive
Traditional JAR (Java Archive) structure. |
interface |
ResourceAdapterArchive
Traditional RAR (Resource Adapter Archive) structure. |
interface |
WebArchive
Traditional WAR (Java Web Archive) structure. |
|
ShrinkWrap API 1.0.0-cr-2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||