| Package | Description |
|---|---|
| org.jboss.shrinkwrap.api | |
| org.jboss.shrinkwrap.impl.base |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Assignable> |
UnknownExtensionTypeExceptionDelegator.newExceptionInstance(java.lang.Class<T> type) |
(package private) static <T extends Assignable> |
UnknownExtensionTypeException.newInstance(java.lang.Class<T> type)
Creates a new
UnknownExtensionTypeException for the specified type |
| Modifier and Type | Method and Description |
|---|---|
<T extends Assignable> |
ArchiveFactory.create(java.lang.Class<T> type)
Creates a new archive of the specified type.
|
static <T extends Assignable> |
ShrinkWrap.create(java.lang.Class<T> type)
Creates a new archive of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Assignable> |
ServiceExtensionLoader.load(java.lang.Class<T> extensionClass,
Archive<?> baseArchive)
Load a Extension.
|