ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Uses of Interface
org.jboss.shrinkwrap.api.importer.StreamImporter

Packages that use StreamImporter
org.jboss.shrinkwrap.api.importer   
org.jboss.shrinkwrap.impl.base.importer.tar   
org.jboss.shrinkwrap.impl.base.importer.zip   
 

Uses of StreamImporter in org.jboss.shrinkwrap.api.importer
 

Classes in org.jboss.shrinkwrap.api.importer with type parameters of type StreamImporter
 interface StreamImporter<I extends StreamImporter<I>>
          Generic importer capable of representing an Assignable as an entity capable of reading from an InputStream, or file type.
 

Subinterfaces of StreamImporter in org.jboss.shrinkwrap.api.importer
 interface TarGzImporter
          Assignable type capable of importing TAR archive content encoded in GZIP compression.
 interface TarImporter
          Assignable type capable of importing TAR archive content
 interface ZipImporter
          Assignable type capable of importing ZIP content.
 

Uses of StreamImporter in org.jboss.shrinkwrap.impl.base.importer.tar
 

Classes in org.jboss.shrinkwrap.impl.base.importer.tar that implement StreamImporter
 class TarGzImporterImpl
          Used to import existing TAR.GZ files/streams into the given Archive
 class TarImporterImpl
          Used to import existing TAR files/streams into the given Archive
 

Uses of StreamImporter in org.jboss.shrinkwrap.impl.base.importer.zip
 

Classes in org.jboss.shrinkwrap.impl.base.importer.zip that implement StreamImporter
 class ZipImporterImpl
          Used to import existing Zip files/streams into the given Archive
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

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