|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchiveFormat | |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container | |
org.jboss.shrinkwrap.spi |
Uses of ArchiveFormat in org.jboss.shrinkwrap.api |
---|
Methods in org.jboss.shrinkwrap.api that return ArchiveFormat | ||
---|---|---|
|
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. |
Methods in org.jboss.shrinkwrap.api with parameters of type ArchiveFormat | ||
---|---|---|
|
Archive.getAsType(Class<X> type,
ArchivePath path,
ArchiveFormat archiveFormat)
Get a nested Archive located in a ArchivePath as a specific type using the specify ArchiveFormat |
|
|
Archive.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested Archive matching the filter as a specific type using the specify ArchiveFormat . |
|
|
Archive.getAsType(Class<X> type,
String path,
ArchiveFormat archiveFormat)
Get a nested Archive as a specific type using the specify ArchiveFormat |
Uses of ArchiveFormat in org.jboss.shrinkwrap.impl.base |
---|
Methods in org.jboss.shrinkwrap.impl.base that return ArchiveFormat | ||
---|---|---|
ArchiveFormat |
ArchiveBase.getArchiveFormat()
|
|
|
ServiceExtensionLoader.getArchiveFormatFromExtensionMapping(Class<T> type)
Gets the ArchiveFormat for the given type from the extensionMapping |
Methods in org.jboss.shrinkwrap.impl.base with parameters of type ArchiveFormat | ||
---|---|---|
|
ArchiveBase.getAsType(Class<X> type,
ArchivePath path,
ArchiveFormat archiveFormat)
Get a nested Archive located in a ArchivePath as a specific type using the specify ArchiveFormat |
|
|
ArchiveBase.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveFormat)
Get all nested Archive matching the filter as a specific type using the specify ArchiveFormat . |
|
|
ArchiveBase.getAsType(Class<X> type,
String path,
ArchiveFormat archiveFormat)
Get a nested Archive as a specific type using the specify ArchiveFormat |
Uses of ArchiveFormat in org.jboss.shrinkwrap.impl.base.container |
---|
Methods in org.jboss.shrinkwrap.impl.base.container that return ArchiveFormat | |
---|---|
ArchiveFormat |
ContainerBase.getArchiveFormat()
|
Methods in org.jboss.shrinkwrap.impl.base.container with parameters of type ArchiveFormat | ||
---|---|---|
|
ContainerBase.getAsType(Class<X> type,
ArchivePath path,
ArchiveFormat archiveCompression)
Get a nested Archive located in a ArchivePath as a specific type using the specify ArchiveFormat |
|
|
ContainerBase.getAsType(Class<X> type,
Filter<ArchivePath> filter,
ArchiveFormat archiveCompression)
Get all nested Archive matching the filter as a specific type using the specify ArchiveFormat . |
|
|
ContainerBase.getAsType(Class<X> type,
String path,
ArchiveFormat archiveCompression)
Get a nested Archive as a specific type using the specify ArchiveFormat |
Uses of ArchiveFormat in org.jboss.shrinkwrap.spi |
---|
Methods in org.jboss.shrinkwrap.spi that return ArchiveFormat | |
---|---|
ArchiveFormat |
ArchiveFormatAssociable.getArchiveFormat()
|
|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |