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 |
---|---|
VersionConstraint |
VersionFilter.VersionFilterContext.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version string.
|
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
DependencyNode.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version declaration.
|
VersionConstraint |
DefaultDependencyNode.getVersionConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDependencyNode.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the dependency's version declaration.
|
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
VersionRangeResult.getVersionConstraint()
Gets the version constraint that was parsed from the artifact's version string.
|
Modifier and Type | Method and Description |
---|---|
VersionRangeResult |
VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the artifact's version string.
|
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
VersionScheme.parseVersionConstraint(String constraint)
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)".
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.