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

Packages that use StreamExporter
org.jboss.shrinkwrap.api   
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.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.
 



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