ShrinkWrap API 1.0.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   
 

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.
 


ShrinkWrap API 1.0.1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.