|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZipImporter

ZipImporter
| Method Summary | |
|---|---|
ZipImporter |
importZip(ZipFile file)
Imports provided ZipFile as a Archive. |
ZipImporter |
importZip(ZipInputStream stream)
Imports provided ZipInputStream as a Archive. |
| Methods inherited from interface org.jboss.shrinkwrap.api.Assignable |
|---|
as |
| Method Detail |
|---|
ZipImporter importZip(ZipInputStream stream)
throws ArchiveImportException
ZipInputStream as a Archive.
stream - the stream to import
ArchiveImportException - if IOException during import
ZipImporter importZip(ZipFile file)
throws ArchiveImportException
ZipFile as a Archive.
file - the file to import
ArchiveImportException - if IOException during import
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||