| Class and Description |
|---|
| 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. |
| Coordinate
Represents a single coordinate; an address in a repository-based system which may point to an artifact.
|
| 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
RESOLVEDTYPE is returned in the desired format. |
| InvalidConfigurationFileException
Indicates that a configuration file is not valid or is not in expected format
|
| 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).
|
| ResolvedArtifact
Representation of resolved artifact
|
| 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 |
| VersionRangeResult
Representation of artifacts available versions.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.