| Package | Description |
|---|---|
| org.jboss.shrinkwrap.api |
| Modifier and Type | Method and Description |
|---|---|
<T extends Archive<T>> |
ExtensionLoader.getArchiveFormatFromExtensionMapping(Class<T> extensionClass)
Gets the
ArchiveFormat for the given type from the extensionMapping |
static ArchiveFormat |
ArchiveFormat.valueOf(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(Class<X> type,
ArchivePath path,
ArchiveFormat archiveFormat)
|
<X extends Archive<X>> |
Archive.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested
Archive matching the filter as a specific type using the specified ArchiveFormat. |
<X extends Archive<X>> |
Archive.getAsType(Class<X> type,
String path,
ArchiveFormat archiveFormat)
Get a nested
Archive as a specific type using the specified ArchiveFormat |
Copyright © 2024 JBoss by Red Hat. All rights reserved.