| Package | Description |
|---|---|
| org.jboss.shrinkwrap.api | |
| org.jboss.shrinkwrap.api.importer |
| Modifier and Type | Method and Description |
|---|---|
<T extends Assignable> |
ArchiveFactory.createFromZipFile(Class<T> type,
File archiveFile)
Creates a new archive of the specified type as imported from the specified
File. |
static <T extends Assignable> |
ShrinkWrap.createFromZipFile(Class<T> type,
File archiveFile)
Creates a new archive of the specified type as imported from the specified
File. |
| Modifier and Type | Method and Description |
|---|---|
I |
StreamImporter.importFrom(File file)
Imports provided File as a
Archive. |
I |
StreamImporter.importFrom(InputStream stream)
Imports provided stream as a
Archive. |
ZipImporter |
ZipImporter.importFrom(ZipFile file)
|
ZipImporter |
ZipImporter.importZip(ZipFile file)
Deprecated.
|
ZipImporter |
ZipImporter.importZip(ZipInputStream stream)
Deprecated.
Use
ZipImporter#importFrom(ZipInputStream) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.