Uses of Class
org.jboss.shrinkwrap.api.importer.ArchiveImportException
Packages that use ArchiveImportException
Package
Description
-
Uses of ArchiveImportException in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api that throw ArchiveImportExceptionModifier and TypeMethodDescription<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 ArchiveImportExceptionModifier and TypeMethodDescriptionStreamImporter.importFrom
(File file) Imports provided File as aArchive
.StreamImporter.importFrom
(File file, Filter<ArchivePath> filter) Imports provided File as aArchive
.StreamImporter.importFrom
(InputStream stream) Imports provided stream as aArchive
.StreamImporter.importFrom
(InputStream stream, Filter<ArchivePath> filter) Imports provided stream as aArchive
.ZipImporter.importFrom
(ZipFile file) Deprecated.ZipImporter.importZip
(ZipInputStream stream) Deprecated. -
Uses of ArchiveImportException in org.jboss.shrinkwrap.impl.base.importer.tar
Methods in org.jboss.shrinkwrap.impl.base.importer.tar that throw ArchiveImportExceptionModifier and TypeMethodDescriptionTarImporterBase.importFrom
(File file) Imports provided File as aArchive
.TarImporterBase.importFrom
(File file, Filter<ArchivePath> filter) Imports provided File as aArchive
.TarImporterBase.importFrom
(InputStream stream) Imports provided stream as aArchive
.TarImporterBase.importFrom
(InputStream stream, Filter<ArchivePath> filter) Imports provided stream as aArchive
.private I
TarImporterBase.importFrom
(S stream, Filter<ArchivePath> filter) -
Uses of ArchiveImportException in org.jboss.shrinkwrap.impl.base.importer.zip
Methods in org.jboss.shrinkwrap.impl.base.importer.zip that throw ArchiveImportExceptionModifier and TypeMethodDescriptionZipImporterImpl.importFrom
(File file) Imports provided File as aArchive
.ZipImporterImpl.importFrom
(File file, Filter<ArchivePath> filter) Imports provided File as aArchive
.ZipImporterImpl.importFrom
(InputStream stream) Imports provided stream as aArchive
.ZipImporterImpl.importFrom
(InputStream stream, Filter<ArchivePath> filter) Imports provided stream as aArchive
.ZipImporterImpl.importFrom
(ZipFile file) private ZipImporter
ZipImporterImpl.importFrom
(ZipFile file, Filter<ArchivePath> filter)
ZipImporter.importFrom(ZipFile)