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 TypeInterfaceDescriptioninterfaceStreamImporter<I extends StreamImporter<I>>Generic importer capable of representing anAssignableas an entity capable of reading from anInputStream, or file type.Subinterfaces of StreamImporter in org.jboss.shrinkwrap.api.importerModifier and TypeInterfaceDescriptioninterfaceAssignabletype capable of importing TAR archive content encoded in BZip2 compression.interfaceAssignabletype capable of importing TAR archive content encoded in GZIP compression.interfaceAssignabletype capable of importing TAR archive contentinterfaceAssignabletype 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.importerMethods 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) classTarImporterBase<S extends TarInputStream,I extends StreamImporter<I>> Base of implementations used to import existing TAR files/streams into the givenArchiveClasses in org.jboss.shrinkwrap.impl.base.importer.tar that implement StreamImporterModifier and TypeClassDescriptionclassUsed to import existing TAR.BZ2 files/streams into the givenArchiveclassUsed to import existing TAR.GZ files/streams into the givenArchive(package private) classTarImporterBase<S extends TarInputStream,I extends StreamImporter<I>> Base of implementations used to import existing TAR files/streams into the givenArchiveclassUsed 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 TypeClassDescriptionclassUsed to import existing Zip files/streams into the givenArchive