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.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.importer.tar
Classes 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 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
-