ShrinkWrap Resolver API 2.0.0-cr-1

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

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 dependencies, returning the next StrategyStage for the user to define the ResolutionStrategy
 STRATEGYSTAGETYPE ResolveStage.resolve(Collection<String> canonicalForms)
          Begins resolution by defining a Collection of desired dependencies (in canonical form), returning the next StrategyStage for the user to define the ResolutionStrategy.
 STRATEGYSTAGETYPE ResolveStage.resolve(String... canonicalForms)
          Begins resolution by defining a set of desired dependencies (in canonical form), returning the next StrategyStage for the user to define the ResolutionStrategy.
 STRATEGYSTAGETYPE ResolveStage.resolve(String canonicalForm)
          Begins resolution by defining the single desired dependency (in canonical form), returning the next StrategyStage for the user to define the ResolutionStrategy.
 


ShrinkWrap Resolver API 2.0.0-cr-1

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