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.exporterExporter used to represent this archive as aInputStreamConstructor 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 specifiedStreamExporterto represent the archive as anInputStreaminAsset.openStream(). -
Uses of StreamExporter in org.jboss.shrinkwrap.api.exporter
Subinterfaces of StreamExporter in org.jboss.shrinkwrap.api.exporterModifier and TypeInterfaceDescriptioninterfaceExporter used to represent anAssignablein TAR format encoded w/ BZip2 compressioninterfaceExporter used to represent anAssignablein TAR formatinterfaceExporter used to represent anAssignablein TAR format encoded w/ GZIP compressioninterfaceExporter 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 StreamExporterModifier and TypeFieldDescriptionprivate final Class<? extends StreamExporter> ArchiveFormatStreamBindings.exporterMethods 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 TypeClassDescriptionclassBase 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 TypeClassDescriptionclassImplementation ofTarBz2Exporterused to export an Archive as a TAR format encoded in BZip2.classImplementation ofTarExporterused to export an Archive as a TAR format.classImplementation 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 StreamExporterModifier and TypeClassDescriptionclassImplementation of ZipExporter used to export an Archive as a ZIP format.