ShrinkWrap API 1.0.0-cr-2

Uses of Class
org.jboss.shrinkwrap.api.importer.ArchiveImportException

Packages that use ArchiveImportException
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.api.importer   
 

Uses of ArchiveImportException in org.jboss.shrinkwrap.api
 

Methods in org.jboss.shrinkwrap.api that throw ArchiveImportException
<T extends Assignable>
T
ArchiveFactory.createFromZipFile(Class<T> type, File archiveFile)
          Creates a new archive of the specified type as imported from the specified File.
static
<T extends Assignable>
T
ShrinkWrap.createFromZipFile(Class<T> type, File archiveFile)
          Creates a new archive of the specified type as imported from the specified File.
 

Uses of ArchiveImportException in org.jboss.shrinkwrap.api.importer
 

Methods in org.jboss.shrinkwrap.api.importer that throw ArchiveImportException
 I StreamImporter.importFrom(File file)
          Imports provided File as a Archive.
 I StreamImporter.importFrom(InputStream stream)
          Imports provided stream as a Archive.
 ZipImporter ZipImporter.importFrom(ZipFile file)
          Imports provided ZipFile as a Archive.
 ZipImporter ZipImporter.importZip(ZipFile file)
          Deprecated. Use ZipImporter.importFrom(ZipFile)
 ZipImporter ZipImporter.importZip(ZipInputStream stream)
          Deprecated. Use ZipImporter#importFrom(ZipInputStream)
 


ShrinkWrap API 1.0.0-cr-2

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