Uses of Interface
org.jboss.shrinkwrap.api.importer.StreamImporter
-
Packages that use StreamImporter Package Description org.jboss.shrinkwrap.api.importer org.jboss.shrinkwrap.impl.base org.jboss.shrinkwrap.impl.base.importer.tar org.jboss.shrinkwrap.impl.base.importer.zip -
-
Uses of StreamImporter in org.jboss.shrinkwrap.api.importer
Classes in org.jboss.shrinkwrap.api.importer with type parameters of type StreamImporter Modifier and Type Interface Description interface
StreamImporter<I extends StreamImporter<I>>
Generic importer capable of representing anAssignable
as an entity capable of reading from anInputStream
, or file type.Subinterfaces of StreamImporter in org.jboss.shrinkwrap.api.importer Modifier and Type Interface Description interface
TarBz2Importer
Assignable
type capable of importing TAR archive content encoded in BZip2 compression.interface
TarGzImporter
Assignable
type capable of importing TAR archive content encoded in GZIP compression.interface
TarImporter
Assignable
type capable of importing TAR archive contentinterface
ZipImporter
Assignable
type capable of importing ZIP content. -
Uses of StreamImporter in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base with type parameters of type StreamImporter Modifier and Type Field Description private java.lang.Class<? extends StreamImporter<?>>
ArchiveFormatStreamBindings. importer
Methods in org.jboss.shrinkwrap.impl.base that return types with arguments of type StreamImporter Modifier and Type Method Description java.lang.Class<? extends StreamImporter<?>>
ArchiveFormatStreamBindings. getImporter()
-
Uses of StreamImporter in org.jboss.shrinkwrap.impl.base.importer.tar
Classes in org.jboss.shrinkwrap.impl.base.importer.tar with type parameters of type StreamImporter Modifier and Type Class Description (package private) class
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the givenArchive
Classes in org.jboss.shrinkwrap.impl.base.importer.tar that implement StreamImporter Modifier and Type Class Description class
TarBz2ImporterImpl
Used to import existing TAR.BZ2 files/streams into the givenArchive
class
TarGzImporterImpl
Used to import existing TAR.GZ files/streams into the givenArchive
(package private) class
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the givenArchive
class
TarImporterImpl
Used to import existing TAR files/streams into the givenArchive
-
Uses of StreamImporter in org.jboss.shrinkwrap.impl.base.importer.zip
Classes in org.jboss.shrinkwrap.impl.base.importer.zip that implement StreamImporter Modifier and Type Class Description class
ZipImporterImpl
Used to import existing Zip files/streams into the givenArchive
-