Uses of Interface
org.jboss.shrinkwrap.api.exporter.StreamExporter
Packages that use StreamExporter
Package
Description
-
Uses of StreamExporter in org.jboss.shrinkwrap.api
Method parameters in org.jboss.shrinkwrap.api with type arguments of type StreamExporterModifier and TypeMethodDescriptionArchive.add
(Archive<?> archive, String path, Class<? extends StreamExporter> exporter) Add an archive under a specific context and maintain the archive name as context path.Archive.add
(Archive<?> archive, ArchivePath path, 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 StreamExporterModifier and TypeFieldDescriptionprivate final Class
<? extends StreamExporter> ArchiveAsset.exporter
Exporter used to represent this archive as aInputStream
Constructor parameters in org.jboss.shrinkwrap.api.asset with type arguments of type StreamExporterModifierConstructorDescriptionArchiveAsset
(Archive<?> archive, Class<? extends StreamExporter> exporter) Creates a new instance wrapping the specifiedArchive
, which will use the specifiedStreamExporter
to represent the archive as anInputStream
inAsset.openStream()
. -
Uses of StreamExporter in org.jboss.shrinkwrap.api.exporter
Subinterfaces of StreamExporter in org.jboss.shrinkwrap.api.exporterModifier and TypeInterfaceDescriptioninterface
Exporter used to represent anAssignable
in TAR format encoded w/ BZip2 compressioninterface
Exporter used to represent anAssignable
in TAR formatinterface
Exporter used to represent anAssignable
in TAR format encoded w/ GZIP compressioninterface
Exporter used to represent anAssignable
in ZIP format. -
Uses of StreamExporter in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base with type parameters of type StreamExporterModifier and TypeFieldDescriptionprivate final Class
<? extends StreamExporter> ArchiveFormatStreamBindings.exporter
Methods in org.jboss.shrinkwrap.impl.base that return types with arguments of type StreamExporterModifier and TypeMethodDescriptionClass
<? extends StreamExporter> ArchiveFormatStreamBindings.getExporter()
Method parameters in org.jboss.shrinkwrap.impl.base with type arguments of type StreamExporterModifier and TypeMethodDescriptionArchiveBase.add
(Archive<?> archive, ArchivePath path, Class<? extends StreamExporter> exporter) Add an archive under a specific context and maintain the archive name as context path.MemoryMapArchiveBase.add
(Archive<?> archive, String path, Class<? extends StreamExporter> exporter) Add an archive under a specific context and maintain the archive name as context path.MemoryMapArchiveBase.add
(Archive<?> archive, ArchivePath path, 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 StreamExporterModifier and TypeMethodDescriptionContainerBase.add
(Archive<?> archive, String path, Class<? extends StreamExporter> exporter) Add an archive under a specific context and maintain the archive name as context path.ContainerBase.add
(Archive<?> archive, ArchivePath path, 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 StreamExporterModifier and TypeClassDescriptionclass
Base 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 StreamExporterModifier and TypeClassDescriptionclass
Implementation ofTarBz2Exporter
used to export an Archive as a TAR format encoded in BZip2.class
Implementation ofTarExporter
used to export an Archive as a TAR format.class
Implementation ofTarGzExporter
used 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 StreamExporterModifier and TypeClassDescriptionclass
Implementation of ZipExporter used to export an Archive as a ZIP format.