Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container | |
org.jboss.shrinkwrap.spi |
Modifier and Type | Method and Description |
---|---|
<T extends Archive<T>> |
ExtensionLoader.getArchiveFormatFromExtensionMapping(java.lang.Class<T> extensionClass)
Gets the
ArchiveFormat for the given type from the extensionMapping |
static ArchiveFormat |
ArchiveFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveFormat[] |
ArchiveFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<X extends Archive<X>> |
Archive.getAsType(java.lang.Class<X> type,
ArchivePath path,
ArchiveFormat archiveFormat)
|
<X extends Archive<X>> |
Archive.getAsType(java.lang.Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested
Archive matching the filter as a specific type using the specify ArchiveFormat . |
<X extends Archive<X>> |
Archive.getAsType(java.lang.Class<X> type,
java.lang.String path,
ArchiveFormat archiveFormat)
Get a nested
Archive as a specific type using the specify ArchiveFormat |
Modifier and Type | Method and Description |
---|---|
ArchiveFormat |
ArchiveBase.getArchiveFormat() |
<T extends Archive<T>> |
ServiceExtensionLoader.getArchiveFormatFromExtensionMapping(java.lang.Class<T> type)
Gets the
ArchiveFormat for the given type from the extensionMapping |
Modifier and Type | Method and Description |
---|---|
<X extends Archive<X>> |
ArchiveBase.getAsType(java.lang.Class<X> type,
ArchivePath path,
ArchiveFormat archiveFormat)
|
<X extends Archive<X>> |
ArchiveBase.getAsType(java.lang.Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested
Archive matching the filter as a specific type using the specify ArchiveFormat . |
<X extends Archive<X>> |
ArchiveBase.getAsType(java.lang.Class<X> type,
java.lang.String path,
ArchiveFormat archiveFormat)
Get a nested
Archive as a specific type using the specify ArchiveFormat |
Constructor and Description |
---|
ArchiveFormatStreamBindings(ArchiveFormat format) |
Modifier and Type | Method and Description |
---|---|
ArchiveFormat |
ContainerBase.getArchiveFormat() |
Modifier and Type | Method and Description |
---|---|
<X extends Archive<X>> |
ContainerBase.getAsType(java.lang.Class<X> type,
ArchivePath path,
ArchiveFormat archiveCompression)
|
<X extends Archive<X>> |
ContainerBase.getAsType(java.lang.Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveCompression)
Get all nested
Archive matching the filter as a specific type using the specify ArchiveFormat . |
<X extends Archive<X>> |
ContainerBase.getAsType(java.lang.Class<X> type,
java.lang.String path,
ArchiveFormat archiveCompression)
Get a nested
Archive as a specific type using the specify ArchiveFormat |
Modifier and Type | Method and Description |
---|---|
ArchiveFormat |
ArchiveFormatAssociable.getArchiveFormat() |