Package | Description |
---|---|
org.eclipse.aether.collection | |
org.eclipse.aether.graph | |
org.eclipse.aether.resolution | |
org.eclipse.aether.util.version | |
org.eclipse.aether.version |
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 |
DefaultDependencyNode.getVersionConstraint() |
VersionConstraint |
DependencyNode.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version declaration.
|
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.