ShrinkWrap API 1.0.1

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)
 


ShrinkWrap API 1.0.1

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