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(java.util.zip.ZipFile file)Imports providedZipFileas aArchive.ZipImporterZipImporter. importZip(java.util.zip.ZipFile file)Deprecated.ZipImporterZipImporter. importZip(java.util.zip.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(java.io.File file)Imports provided File as aArchive.ZipImporterZipImporterImpl. importFrom(java.io.File file, Filter<ArchivePath> filter)Imports provided File as aArchive.ZipImporterZipImporterImpl. importFrom(java.io.InputStream stream)Imports provided stream as aArchive.ZipImporterZipImporterImpl. importFrom(java.io.InputStream stream, Filter<ArchivePath> filter)Imports provided stream as aArchive.ZipImporterZipImporterImpl. importFrom(java.util.zip.ZipFile file)Imports providedZipFileas aArchive.private ZipImporterZipImporterImpl. importFrom(java.util.zip.ZipFile file, Filter<ArchivePath> filter)ZipImporterZipImporterImpl. importZip(java.util.zip.ZipFile file)Deprecated.ZipImporterZipImporterImpl. importZip(java.util.zip.ZipInputStream stream)Deprecated.
-