Package | Description |
---|---|
org.eclipse.aether.collection |
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
|
org.eclipse.aether.graph |
The representation of a dependency graph by means of connected dependency nodes.
|
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
org.eclipse.aether.version |
The definition of a version scheme for parsing and comparing versions.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Version> |
VersionFilter.VersionFilterContext.iterator()
Gets an iterator over the available versions of the dependency.
|
Modifier and Type | Method and Description |
---|---|
ArtifactRepository |
VersionFilter.VersionFilterContext.getRepository(Version version)
Gets the repository from which the specified version was resolved.
|
Modifier and Type | Method and Description |
---|---|
Version |
DependencyNode.getVersion()
Gets the version that was selected for the dependency's target artifact.
|
Version |
DefaultDependencyNode.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDependencyNode.setVersion(Version version)
Sets the version that was selected for the dependency's target artifact.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionRangeResult.getHighestVersion()
Gets the highest version matching the requested range.
|
Version |
VersionRangeResult.getLowestVersion()
Gets the lowest version matching the requested range.
|
Modifier and Type | Method and Description |
---|---|
List<Version> |
VersionRangeResult.getVersions()
Gets the versions (in ascending order) that matched the requested range.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResult.addVersion(Version version)
Adds the specified version to the result.
|
ArtifactRepository |
VersionRangeResult.getRepository(Version version)
Gets the repository from which the specified version was resolved.
|
VersionRangeResult |
VersionRangeResult.setRepository(Version version,
ArtifactRepository repository)
Records the repository from which the specified version was resolved
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResult.setVersions(List<Version> versions)
Sets the versions (in ascending order) matching the requested range.
|
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.Bound.getVersion()
Gets the bounding version.
|
Version |
VersionConstraint.getVersion()
Gets the version recommended by this constraint.
|
Version |
VersionScheme.parseVersion(String version)
Parses the specified version string, for example "1.0".
|
Modifier and Type | Method and Description |
---|---|
boolean |
VersionRange.containsVersion(Version version)
Determines whether the specified version is contained within this range.
|
boolean |
VersionConstraint.containsVersion(Version version)
Determines whether the specified version satisfies this constraint.
|
Constructor and Description |
---|
VersionRange.Bound(Version version,
boolean inclusive)
Creates a new bound with the specified properties.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.