| Package | Description |
|---|---|
| org.eclipse.aether.graph | |
| org.eclipse.aether.resolution | |
| org.eclipse.aether.util.version | |
| org.eclipse.aether.version |
| 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) |
| 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 |
GenericVersionScheme.parseVersionConstraint(String constraint) |
| 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-2013 The Eclipse Foundation. All Rights Reserved.