ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Uses of Interface
org.jboss.shrinkwrap.api.exporter.StreamExporter

Packages that use StreamExporter
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.api.asset   
org.jboss.shrinkwrap.api.exporter   
org.jboss.shrinkwrap.impl.base   
org.jboss.shrinkwrap.impl.base.container   
org.jboss.shrinkwrap.impl.base.exporter   
org.jboss.shrinkwrap.impl.base.exporter.tar   
org.jboss.shrinkwrap.impl.base.exporter.zip   
 

Uses of StreamExporter in org.jboss.shrinkwrap.api
 

Method parameters in org.jboss.shrinkwrap.api with type arguments of type StreamExporter
 T 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.
 T Archive.add(Archive<?> archive, String 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
 

Constructor parameters in org.jboss.shrinkwrap.api.asset with type arguments of type StreamExporter
ArchiveAsset(Archive<?> archive, Class<? extends StreamExporter> exporter)
          Creates a new instance wrapping the specified Archive, which will use the specified StreamExporter to represent the archive as an InputStream in Asset.openStream().
 

Uses of StreamExporter in org.jboss.shrinkwrap.api.exporter
 

Subinterfaces of StreamExporter in org.jboss.shrinkwrap.api.exporter
 interface TarExporter
          Exporter used to represent an Assignable in TAR format
 interface TarGzExporter
          Exporter used to represent an Assignable in TAR format encoded w/ GZIP compression
 interface ZipExporter
          Exporter used to represent an Assignable in ZIP format.
 

Uses of StreamExporter in org.jboss.shrinkwrap.impl.base
 

Method parameters in org.jboss.shrinkwrap.impl.base with type arguments of type StreamExporter
 T 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.
 T ArchiveBase.add(Archive<?> archive, ArchivePath path, Class<? extends StreamExporter> exporter)
          Add an archive under a specific context and maintain the archive name as context path.
 T 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.
 

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
 T 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.
 T ContainerBase.add(Archive<?> archive, String 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 StreamExporter
 class AbstractStreamExporterImpl
          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 StreamExporter
 class TarExporterImpl
          Implementation of TarGzExporter used to export an Archive as a TAR format
 class TarGzExporterImpl
          Implementation of TarGzExporter 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 StreamExporter
 class ZipExporterImpl
          Implementation of ZipExporter used to export an Archive as a Zip format.
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.