Uses of Class
org.jboss.shrinkwrap.api.ArchiveFormat
-
Packages that use ArchiveFormat Package Description 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 Modifier and Type Method Description <T extends Archive<T>>
ArchiveFormatExtensionLoader. getArchiveFormatFromExtensionMapping(java.lang.Class<T> extensionClass)Gets theArchiveFormatfor the given type from the extensionMappingstatic ArchiveFormatArchiveFormat. 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.Methods in org.jboss.shrinkwrap.api with parameters of type ArchiveFormat Modifier and Type Method Description <X extends Archive<X>>
XArchive. getAsType(java.lang.Class<X> type, java.lang.String path, ArchiveFormat archiveFormat)Get a nestedArchiveas a specific type using the specifyArchiveFormat<X extends Archive<X>>
XArchive. getAsType(java.lang.Class<X> type, ArchivePath path, ArchiveFormat archiveFormat)<X extends Archive<X>>
java.util.Collection<X>Archive. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter, ArchiveFormat archiveFormat)Get all nestedArchivematching the filter as a specific type using the specifyArchiveFormat. -
Uses of ArchiveFormat in org.jboss.shrinkwrap.impl.base
Methods in org.jboss.shrinkwrap.impl.base that return ArchiveFormat Modifier and Type Method Description ArchiveFormatArchiveBase. getArchiveFormat()<T extends Archive<T>>
ArchiveFormatServiceExtensionLoader. getArchiveFormatFromExtensionMapping(java.lang.Class<T> type)Gets theArchiveFormatfor the given type from the extensionMappingMethods in org.jboss.shrinkwrap.impl.base with parameters of type ArchiveFormat Modifier and Type Method Description <X extends Archive<X>>
XArchiveBase. getAsType(java.lang.Class<X> type, java.lang.String path, ArchiveFormat archiveFormat)Get a nestedArchiveas a specific type using the specifyArchiveFormat<X extends Archive<X>>
XArchiveBase. getAsType(java.lang.Class<X> type, ArchivePath path, ArchiveFormat archiveFormat)<X extends Archive<X>>
java.util.Collection<X>ArchiveBase. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter, ArchiveFormat archiveFormat)Get all nestedArchivematching the filter as a specific type using the specifyArchiveFormat.Constructors in org.jboss.shrinkwrap.impl.base with parameters of type ArchiveFormat Constructor Description ArchiveFormatStreamBindings(ArchiveFormat format) -
Uses of ArchiveFormat in org.jboss.shrinkwrap.impl.base.container
Methods in org.jboss.shrinkwrap.impl.base.container that return ArchiveFormat Modifier and Type Method Description ArchiveFormatContainerBase. getArchiveFormat()Methods in org.jboss.shrinkwrap.impl.base.container with parameters of type ArchiveFormat Modifier and Type Method Description <X extends Archive<X>>
XContainerBase. getAsType(java.lang.Class<X> type, java.lang.String path, ArchiveFormat archiveCompression)Get a nestedArchiveas a specific type using the specifyArchiveFormat<X extends Archive<X>>
XContainerBase. getAsType(java.lang.Class<X> type, ArchivePath path, ArchiveFormat archiveCompression)<X extends Archive<X>>
java.util.Collection<X>ContainerBase. getAsType(java.lang.Class<X> type, Filter<ArchivePath> filter, ArchiveFormat archiveCompression)Get all nestedArchivematching the filter as a specific type using the specifyArchiveFormat. -
Uses of ArchiveFormat in org.jboss.shrinkwrap.spi
Methods in org.jboss.shrinkwrap.spi that return ArchiveFormat Modifier and Type Method Description ArchiveFormatArchiveFormatAssociable. getArchiveFormat()
-