Uses of Interface
org.jboss.shrinkwrap.api.importer.ZipImporter

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

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

Methods in org.jboss.shrinkwrap.api.importer that return ZipImporter
 ZipImporter ZipImporter.importFrom(ZipFile file)
          Imports provided ZipFile as a Archive.
 ZipImporter ZipImporter.importZip(ZipFile file)
          Deprecated. Use importFrom(ZipFile)
 ZipImporter ZipImporter.importZip(ZipInputStream stream)
          Deprecated. Use ZipImporter#importFrom(ZipInputStream)
 



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