Uses of Interface
org.jboss.shrinkwrap.api.exporter.StreamExporter
-
-
Uses of StreamExporter in org.jboss.shrinkwrap.api
Method parameters in org.jboss.shrinkwrap.api with type arguments of type StreamExporter Modifier and Type Method Description TArchive. add(Archive<?> archive, java.lang.String path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TArchive. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path. -
Uses of StreamExporter in org.jboss.shrinkwrap.api.asset
Fields in org.jboss.shrinkwrap.api.asset with type parameters of type StreamExporter Modifier and Type Field Description private java.lang.Class<? extends StreamExporter>ArchiveAsset. exporterExporter used to represent this archive as aInputStreamConstructor parameters in org.jboss.shrinkwrap.api.asset with type arguments of type StreamExporter Constructor Description ArchiveAsset(Archive<?> archive, java.lang.Class<? extends StreamExporter> exporter)Creates a new instance wrapping the specifiedArchive, which will use the specifiedStreamExporterto represent the archive as anInputStreaminAsset.openStream(). -
Uses of StreamExporter in org.jboss.shrinkwrap.api.exporter
Subinterfaces of StreamExporter in org.jboss.shrinkwrap.api.exporter Modifier and Type Interface Description interfaceTarBz2ExporterExporter used to represent anAssignablein TAR format encoded w/ BZip2 compressioninterfaceTarExporterExporter used to represent anAssignablein TAR formatinterfaceTarGzExporterExporter used to represent anAssignablein TAR format encoded w/ GZIP compressioninterfaceZipExporterExporter used to represent anAssignablein ZIP format. -
Uses of StreamExporter in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base with type parameters of type StreamExporter Modifier and Type Field Description private java.lang.Class<? extends StreamExporter>ArchiveFormatStreamBindings. exporterMethods in org.jboss.shrinkwrap.impl.base that return types with arguments of type StreamExporter Modifier and Type Method Description java.lang.Class<? extends StreamExporter>ArchiveFormatStreamBindings. getExporter()Method parameters in org.jboss.shrinkwrap.impl.base with type arguments of type StreamExporter Modifier and Type Method Description TArchiveBase. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TMemoryMapArchiveBase. add(Archive<?> archive, java.lang.String path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TMemoryMapArchiveBase. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path. -
Uses of StreamExporter in org.jboss.shrinkwrap.impl.base.container
Method parameters in org.jboss.shrinkwrap.impl.base.container with type arguments of type StreamExporter Modifier and Type Method Description TContainerBase. add(Archive<?> archive, java.lang.String path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path.TContainerBase. add(Archive<?> archive, ArchivePath path, java.lang.Class<? extends StreamExporter> exporter)Add an archive under a specific context and maintain the archive name as context path. -
Uses of StreamExporter in org.jboss.shrinkwrap.impl.base.exporter
Classes in org.jboss.shrinkwrap.impl.base.exporter that implement StreamExporter Modifier and Type Class Description classAbstractStreamExporterImplBase support for I/O Stream-based exporters -
Uses of StreamExporter in org.jboss.shrinkwrap.impl.base.exporter.tar
Classes in org.jboss.shrinkwrap.impl.base.exporter.tar that implement StreamExporter Modifier and Type Class Description classTarBz2ExporterImplImplementation ofTarBz2Exporterused to export an Archive as a TAR format encoded in BZip2.classTarExporterImplImplementation ofTarExporterused to export an Archive as a TAR format.classTarGzExporterImplImplementation ofTarGzExporterused to export an Archive as a TAR format encoded in GZIP. -
Uses of StreamExporter in org.jboss.shrinkwrap.impl.base.exporter.zip
Classes in org.jboss.shrinkwrap.impl.base.exporter.zip that implement StreamExporter Modifier and Type Class Description classZipExporterImplImplementation of ZipExporter used to export an Archive as a ZIP format.
-