Uses of Interface
org.jboss.shrinkwrap.api.importer.StreamImporter
Packages that use StreamImporter
Package
Description
-
Uses of StreamImporter in org.jboss.shrinkwrap.api.importer
Classes in org.jboss.shrinkwrap.api.importer with type parameters of type StreamImporterModifier and TypeInterfaceDescriptioninterface
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.importerModifier and TypeInterfaceDescriptioninterface
Assignable
type capable of importing TAR archive content encoded in BZip2 compression.interface
Assignable
type capable of importing TAR archive content encoded in GZIP compression.interface
Assignable
type capable of importing TAR archive contentinterface
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 StreamImporterModifier and TypeFieldDescriptionprivate final Class
<? extends StreamImporter<?>> ArchiveFormatStreamBindings.importer
Methods in org.jboss.shrinkwrap.impl.base that return types with arguments of type StreamImporterModifier and TypeMethodDescriptionClass
<? 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 StreamImporterModifier and TypeClassDescription(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 StreamImporterModifier and TypeClassDescriptionclass
Used to import existing TAR.BZ2 files/streams into the givenArchive
class
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
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 StreamImporterModifier and TypeClassDescriptionclass
Used to import existing Zip files/streams into the givenArchive