Uses of Interface
org.jboss.shrinkwrap.api.importer.ZipImporter
-
Packages that use ZipImporter Package Description org.jboss.shrinkwrap.api.importer org.jboss.shrinkwrap.impl.base.importer.zip -
-
Uses of ZipImporter in org.jboss.shrinkwrap.api.importer
Methods in org.jboss.shrinkwrap.api.importer that return ZipImporter Modifier and Type Method Description ZipImporterZipImporter. importFrom(ZipFile file)ZipImporterZipImporter. importZip(ZipFile file)Deprecated.ZipImporterZipImporter. importZip(ZipInputStream stream)Deprecated.UseZipImporter#importFrom(ZipInputStream) -
Uses of ZipImporter in org.jboss.shrinkwrap.impl.base.importer.zip
Classes in org.jboss.shrinkwrap.impl.base.importer.zip that implement ZipImporter Modifier and Type Class Description classZipImporterImplUsed to import existing Zip files/streams into the givenArchiveMethods in org.jboss.shrinkwrap.impl.base.importer.zip that return ZipImporter Modifier and Type Method Description ZipImporterZipImporterImpl. importFrom(File file)Imports provided File as aArchive.ZipImporterZipImporterImpl. importFrom(File file, Filter<ArchivePath> filter)Imports provided File as aArchive.ZipImporterZipImporterImpl. importFrom(InputStream stream)Imports provided stream as aArchive.ZipImporterZipImporterImpl. importFrom(InputStream stream, Filter<ArchivePath> filter)Imports provided stream as aArchive.ZipImporterZipImporterImpl. importFrom(ZipFile file)ZipImporterZipImporterImpl. importZip(ZipFile file)Deprecated.ZipImporterZipImporterImpl. importZip(ZipInputStream stream)Deprecated.
-