ShrinkWrap Resolver SPI 2.0.0-cr-1

Uses of Interface
org.jboss.shrinkwrap.resolver.spi.format.FormatProcessor

Packages that use FormatProcessor
org.jboss.shrinkwrap.resolver.spi.format   
 

Uses of FormatProcessor in org.jboss.shrinkwrap.resolver.spi.format
 

Classes in org.jboss.shrinkwrap.resolver.spi.format that implement FormatProcessor
 class FileFormatProcessor
          FormatProcessor implementation to return an File from the provided ResolvedArtifact argument.
 class InputStreamFormatProcessor
          FormatProcessor implementation to return an InputStream from the provided ResolvedArtifact argument.
 

Methods in org.jboss.shrinkwrap.resolver.spi.format that return FormatProcessor
static
<RESOLVEDTYPE extends ResolvedArtifact<RESOLVEDTYPE>,RETURNTYPE>
FormatProcessor<? super RESOLVEDTYPE,RETURNTYPE>
FormatProcessors.find(Class<RESOLVEDTYPE> resolvedTypeClass, Class<RETURNTYPE> returnTypeClass)
           
 


ShrinkWrap Resolver SPI 2.0.0-cr-1

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