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 ZipImporter
ZipImporter. importFrom(ZipFile file)
ZipImporter
ZipImporter. importZip(ZipFile file)
Deprecated.ZipImporter
ZipImporter. 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 class
ZipImporterImpl
Used to import existing Zip files/streams into the givenArchive
Methods in org.jboss.shrinkwrap.impl.base.importer.zip that return ZipImporter Modifier and Type Method Description ZipImporter
ZipImporterImpl. importFrom(File file)
Imports provided File as aArchive
.ZipImporter
ZipImporterImpl. importFrom(File file, Filter<ArchivePath> filter)
Imports provided File as aArchive
.ZipImporter
ZipImporterImpl. importFrom(InputStream stream)
Imports provided stream as aArchive
.ZipImporter
ZipImporterImpl. importFrom(InputStream stream, Filter<ArchivePath> filter)
Imports provided stream as aArchive
.ZipImporter
ZipImporterImpl. importFrom(ZipFile file)
ZipImporter
ZipImporterImpl. importZip(ZipFile file)
Deprecated.ZipImporter
ZipImporterImpl. importZip(ZipInputStream stream)
Deprecated.
-