ShrinkWrap API 1.1.0-alpha-2

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

Packages that use StreamImporter
org.jboss.shrinkwrap.api.importer   
 

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.
 


ShrinkWrap API 1.1.0-alpha-2

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