ShrinkWrap Resolver API 2.0.0-alpha-3

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

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

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

Subclasses of ResolutionException in org.jboss.shrinkwrap.resolver.api
 class NonUniqueResultException
          Indicates that an error was encountered while attempting to obtain a single result during resolution via FormatStage, but more than one artifact was resolved.
 class NoResolvedResultException
          Indicates that an error was encountered while attempting to obtain a single result during resolution via FormatStage, but no artifact was resolved.
 

Methods in org.jboss.shrinkwrap.resolver.api that throw ResolutionException
 STRATEGYSTAGETYPE ResolveStage.resolve()
          Begins resolution of the prior-defined coordinate(s), returning the next StrategyStage for the user to define the ResolutionStrategy
 STRATEGYSTAGETYPE ResolveStage.resolve(COORDINATETYPE... coordinates)
          Begins resolution by defining a set of desired coordinates, returning the next StrategyStage for the user to define the ResolutionStrategy
 STRATEGYSTAGETYPE ResolveStage.resolve(COORDINATETYPE coordinate)
          Begins resolution by defining the single desired coordinate, returning the next StrategyStage for the user to define the ResolutionStrategy
 STRATEGYSTAGETYPE ResolveStage.resolve(String... coordinates)
          Begins resolution by defining a set of desired coordinates, returning the next StrategyStage for the user to define the ResolutionStrategy
 STRATEGYSTAGETYPE ResolveStage.resolve(String coordinate)
          Begins resolution by defining the single desired coordinate, returning the next StrategyStage for the user to define the ResolutionStrategy
 


ShrinkWrap Resolver API 2.0.0-alpha-3

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