Uses of Class
org.jboss.shrinkwrap.api.importer.ArchiveImportException
-
Packages that use ArchiveImportException Package Description 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 Modifier and Type Method Description <T extends Assignable>
TArchiveFactory. createFromZipFile(Class<T> type, File archiveFile)
Creates a new archive of the specified type as imported from the specifiedFile
.static <T extends Assignable>
TShrinkWrap. createFromZipFile(Class<T> type, File archiveFile)
Creates a new archive of the specified type as imported from the specifiedFile
. -
Uses of ArchiveImportException in org.jboss.shrinkwrap.api.importer
Methods in org.jboss.shrinkwrap.api.importer that throw ArchiveImportException Modifier and Type Method Description I
StreamImporter. importFrom(File file)
Imports provided File as aArchive
.I
StreamImporter. importFrom(File file, Filter<ArchivePath> filter)
Imports provided File as aArchive
.I
StreamImporter. importFrom(InputStream stream)
Imports provided stream as aArchive
.I
StreamImporter. importFrom(InputStream stream, Filter<ArchivePath> filter)
Imports provided stream as aArchive
.ZipImporter
ZipImporter. importFrom(ZipFile file)
ZipImporter
ZipImporter. importZip(ZipFile file)
Deprecated.ZipImporter
ZipImporter. importZip(ZipInputStream stream)
Deprecated.UseZipImporter#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 Modifier and Type Method Description ZipImporter
ZipImporterImpl. importFrom(File file)
Imports provided File as aArchive
.ZipImporter
ZipImporterImpl. importFrom(File file, Filter<ArchivePath> filter)
Imports provided File as aArchive
.ZipImporter
ZipImporterImpl. importFrom(InputStream stream)
Imports provided stream as aArchive
.ZipImporter
ZipImporterImpl. importFrom(InputStream stream, Filter<ArchivePath> filter)
Imports provided stream as aArchive
.ZipImporter
ZipImporterImpl. importFrom(ZipFile file)
-