|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VersionConstraint in org.sonatype.aether.graph |
---|
Methods in org.sonatype.aether.graph that return VersionConstraint | |
---|---|
VersionConstraint |
DependencyNode.getVersionConstraint()
Gets the version constraint that was parsed from the dependency's version declaration. |
Uses of VersionConstraint in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return VersionConstraint | |
---|---|
VersionConstraint |
VersionRangeResult.getVersionConstraint()
Gets the version constraint that was parsed from the artifact's version string. |
Methods in org.sonatype.aether.resolution with parameters of type VersionConstraint | |
---|---|
VersionRangeResult |
VersionRangeResult.setVersionConstraint(VersionConstraint versionConstraint)
Sets the version constraint that was parsed from the artifact's version string. |
Uses of VersionConstraint in org.sonatype.aether.test.util.impl |
---|
Methods in org.sonatype.aether.test.util.impl that return VersionConstraint | |
---|---|
VersionConstraint |
TestDependencyNode.getVersionConstraint()
|
VersionConstraint |
TestVersionScheme.parseVersionConstraint(String constraint)
|
Methods in org.sonatype.aether.test.util.impl with parameters of type VersionConstraint | |
---|---|
void |
TestDependencyNode.setVersionConstraint(VersionConstraint versionConstraint)
|
Uses of VersionConstraint in org.sonatype.aether.util.graph |
---|
Methods in org.sonatype.aether.util.graph that return VersionConstraint | |
---|---|
VersionConstraint |
DefaultDependencyNode.getVersionConstraint()
|
Methods in org.sonatype.aether.util.graph with parameters of type VersionConstraint | |
---|---|
void |
DefaultDependencyNode.setVersionConstraint(VersionConstraint versionConstraint)
|
Uses of VersionConstraint in org.sonatype.aether.util.version |
---|
Methods in org.sonatype.aether.util.version that return VersionConstraint | |
---|---|
VersionConstraint |
GenericVersionScheme.parseVersionConstraint(String constraint)
|
Uses of VersionConstraint in org.sonatype.aether.version |
---|
Methods in org.sonatype.aether.version that return VersionConstraint | |
---|---|
VersionConstraint |
VersionScheme.parseVersionConstraint(String constraint)
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0),(2.0,)". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |