|
ShrinkWrap API 1.1.0-alpha-2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArchiveImportException | |
|---|---|
| org.jboss.shrinkwrap.api | |
| org.jboss.shrinkwrap.api.importer | |
| Uses of ArchiveImportException in org.jboss.shrinkwrap.api |
|---|
| Methods in org.jboss.shrinkwrap.api that throw ArchiveImportException | ||
|---|---|---|
|
ArchiveFactory.createFromZipFile(Class<T> type,
File archiveFile)
Creates a new archive of the specified type as imported from the specified File. |
|
static
|
ShrinkWrap.createFromZipFile(Class<T> type,
File archiveFile)
Creates a new archive of the specified type as imported from the specified File. |
|
| Uses of ArchiveImportException in org.jboss.shrinkwrap.api.importer |
|---|
| Methods in org.jboss.shrinkwrap.api.importer that throw ArchiveImportException | |
|---|---|
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)
Imports provided ZipFile as a Archive. |
ZipImporter |
ZipImporter.importZip(ZipFile file)
Deprecated. Use ZipImporter.importFrom(ZipFile) |
ZipImporter |
ZipImporter.importZip(ZipInputStream stream)
Deprecated. Use ZipImporter#importFrom(ZipInputStream) |
|
ShrinkWrap API 1.1.0-alpha-2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||