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 interfaceStreamImporter<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.importer Modifier and Type Interface Description interfaceTarBz2ImporterAssignabletype capable of importing TAR archive content encoded in BZip2 compression.interfaceTarGzImporterAssignabletype capable of importing TAR archive content encoded in GZIP compression.interfaceTarImporterAssignabletype capable of importing TAR archive contentinterfaceZipImporterAssignabletype 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. importerMethods 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) 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 StreamImporter Modifier and Type Class Description classTarBz2ImporterImplUsed to import existing TAR.BZ2 files/streams into the givenArchiveclassTarGzImporterImplUsed 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 givenArchiveclassTarImporterImplUsed 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 classZipImporterImplUsed to import existing Zip files/streams into the givenArchive
-