Uses of Interface
org.jboss.shrinkwrap.api.Assignable

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
<T extends Assignable>
ExtensionLoader
ExtensionLoader.addOverride(java.lang.Class<T> extensionClass, java.lang.Class<? extends T> extensionImplClass)
          Add a Override to the normal Extension loading.
<TYPE extends Assignable>
TYPE
Assignable.as(java.lang.Class<TYPE> clazz)
          Wraps an Archive in a different 'view'.
<T extends Assignable>
T
ArchiveFactory.create(java.lang.Class<T> type)
          Creates a new archive of the specified type.
static
<T extends Assignable>
T
ShrinkWrap.create(java.lang.Class<T> type)
          Creates a new archive of the specified type.
<T extends Assignable>
T
ArchiveFactory.create(java.lang.Class<T> type, java.lang.String archiveName)
          Creates a new archive of the specified type.
static
<T extends Assignable>
T
ShrinkWrap.create(java.lang.Class<T> type, java.lang.String archiveName)
          Creates a new archive of the specified type.
<T extends Assignable>
T
ArchiveFactory.createFromZipFile(java.lang.Class<T> type, java.io.File archiveFile)
          Creates a new archive of the specified type as imported from the specified File.
static
<T extends Assignable>
T
ShrinkWrap.createFromZipFile(java.lang.Class<T> type, java.io.File archiveFile)
          Creates a new archive of the specified type as imported from the specified File.
<T extends Assignable>
java.lang.String
ExtensionLoader.getExtensionFromExtensionMapping(java.lang.Class<T> extensionClass)
          Gets the extension for the given type from the extensionMapping
<T extends Assignable>
T
ExtensionLoader.load(java.lang.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.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.