|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchiveImportException | |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.api.importer | |
org.jboss.shrinkwrap.impl.base.importer.zip |
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) |
Uses of ArchiveImportException in org.jboss.shrinkwrap.impl.base.importer.zip |
---|
Methods in org.jboss.shrinkwrap.impl.base.importer.zip that throw ArchiveImportException | |
---|---|
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 . |
|
ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |