ShrinkWrap Resolver API 2.0.0-alpha-3

Uses of Package
org.jboss.shrinkwrap.resolver.api

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

Classes in org.jboss.shrinkwrap.resolver.api used by org.jboss.shrinkwrap.resolver.api
ConfigurableResolverSystem
          Top-level of a configurable resolver system; subtypes may be passed in as an argument to Resolvers.use(Class) or Resolvers.use(Class, ClassLoader) to create a new instance.
ConfiguredResolverSystemFactory
          Factory to create configured ResolverSystem instances
Coordinate
          Represents a single coordinate; an address in a repository-based system which may point to an artifact.
CoordinateBuildException
          Indicates that an error was encountered while building a new Coordinate from supplied properties.
CoordinateParseException
          Indicates that an error was encountered while parsing a new Coordinate from supplied properties or canonical form.
FormatStage
          Represents the formatting stage of resolution in which the resolved artifact is returned in the desired format.
InvalidConfigurationFileException
          Indicates that a configuration file is not valid or is not in expected format
MutableCoordinate
          Mutable representation of a single coordinate; an address in a repository-based system which may point to an artifact.
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.
NoResolvedResultException
          Indicates that an error was encountered while attempting to obtain a single result during resolution via FormatStage, but no artifact was resolved.
ResolutionException
          Indicates that a general error was encountered while attempting to fulfill a resolution request.
ResolutionFilter
          Contract for an exclusion-based filter applied during resolution of a Coordinate.
ResolutionStrategy
          Encapsulates rules defining the logic of resolution (for instance transitivity, exclusions, conditional selection, etc).
ResolverSystem
          Top-level of a resolver system; subtypes may be passed in as an argument to Resolvers.use(Class) or Resolvers.use(Class, ClassLoader) to create a new instance.
ResolveStage
          Represents the stage in resolution in which the user supplies (a) Coordinate address(es) for resolution in a repository-based ResolverSystem.
StrategyStage
          Defines the stage of resolution in which the user may supply a ResolutionStrategy
 


ShrinkWrap Resolver API 2.0.0-alpha-3

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