ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

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

Packages that use ArchiveImportException
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.api.importer   
org.jboss.shrinkwrap.impl.base.importer.zip   
 

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)
 

Uses of ArchiveImportException in org.jboss.shrinkwrap.impl.base.importer.zip
 

Methods in org.jboss.shrinkwrap.impl.base.importer.zip that throw ArchiveImportException
 ZipImporter ZipImporterImpl.importFrom(File file)
          Imports provided File as a Archive.
 ZipImporter ZipImporterImpl.importFrom(InputStream stream)
          Imports provided stream as a Archive.
 ZipImporter ZipImporterImpl.importFrom(ZipFile file)
          Imports provided ZipFile as a Archive.
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.