|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ZipImporter | |
---|---|
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 | |
---|---|
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) |
Uses of ZipImporter in org.jboss.shrinkwrap.impl.base.importer.zip |
---|
Classes in org.jboss.shrinkwrap.impl.base.importer.zip that implement ZipImporter | |
---|---|
class |
ZipImporterImpl
Used to import existing Zip files/streams into the given Archive |
Methods in org.jboss.shrinkwrap.impl.base.importer.zip that return ZipImporter | |
---|---|
ZipImporter |
ZipImporterImpl.importFrom(File file)
Imports provided File as a Archive . |
ZipImporter |
ZipImporterImpl.importFrom(InputStream stream)
Imports provided stream as a Archive . |
ZipImporter |
ZipImporterImpl.importFrom(ZipFile file)
Imports provided ZipFile as a Archive . |
ZipImporter |
ZipImporterImpl.importZip(ZipFile file)
Deprecated. |
ZipImporter |
ZipImporterImpl.importZip(ZipInputStream stream)
Deprecated. |
|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |