ShrinkWrap Resolver API 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.resolver.api.NonUniqueResultException

Packages that use NonUniqueResultException
org.jboss.shrinkwrap.resolver.api   
 

Uses of NonUniqueResultException in org.jboss.shrinkwrap.resolver.api
 

Methods in org.jboss.shrinkwrap.resolver.api that throw NonUniqueResultException
 File FormatStage.asSingle(Class<File> type)
          Formats the resultant artifact as a File; assumes a single artifact is returned from resolution.
 InputStream FormatStage.asSingle(Class<InputStream> type)
          Formats the resultant artifact as an InputStream; assumes a single artifact is returned from resolution.
<RETURNTYPE>
RETURNTYPE
FormatStage.asSingle(Class<RETURNTYPE> type, FormatProcessor<RETURNTYPE> processor)
          Formats the resultant artifact as the specified type using the specified FormatProcessor; assumes a single artifact is returned from resolution.
 


ShrinkWrap Resolver API 2.0.0-alpha-3

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