ShrinkWrap API 1.0.1

Uses of Class
org.jboss.shrinkwrap.api.ArchiveFormat

Packages that use ArchiveFormat
org.jboss.shrinkwrap.api   
 

Uses of ArchiveFormat in org.jboss.shrinkwrap.api
 

Methods in org.jboss.shrinkwrap.api that return ArchiveFormat
<T extends Archive<T>>
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
<X extends Archive<X>>
X
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
<X extends Archive<X>>
Collection<X>
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.
<X extends Archive<X>>
X
Archive.getAsType(Class<X> type, String path, ArchiveFormat archiveFormat)
          Get a nested Archive as a specific type using the specify ArchiveFormat
 


ShrinkWrap API 1.0.1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.