|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Version in org.sonatype.aether.graph |
---|
Methods in org.sonatype.aether.graph that return Version | |
---|---|
Version |
DependencyNode.getVersion()
Gets the version that was selected for the dependency's target artifact. |
Uses of Version in org.sonatype.aether.resolution |
---|
Methods in org.sonatype.aether.resolution that return types with arguments of type Version | |
---|---|
java.util.List<Version> |
VersionRangeResult.getVersions()
Gets the versions (in ascending order) that matched the requested range. |
Methods in org.sonatype.aether.resolution with parameters of type Version | |
---|---|
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 |
Method parameters in org.sonatype.aether.resolution with type arguments of type Version | |
---|---|
VersionRangeResult |
VersionRangeResult.setVersions(java.util.List<Version> versions)
Sets the versions matching the requested range. |
Uses of Version in org.sonatype.aether.test.util.impl |
---|
Classes in org.sonatype.aether.test.util.impl that implement Version | |
---|---|
class |
StubVersion
Version ordering by String.compareToIgnoreCase(String) . |
Methods in org.sonatype.aether.test.util.impl that return Version | |
---|---|
Version |
TestDependencyNode.getVersion()
|
Version |
TestVersionScheme.parseVersion(java.lang.String version)
|
Methods in org.sonatype.aether.test.util.impl with parameters of type Version | |
---|---|
int |
StubVersion.compareTo(Version o)
|
void |
TestDependencyNode.setVersion(Version version)
|
Uses of Version in org.sonatype.aether.util.graph |
---|
Methods in org.sonatype.aether.util.graph that return Version | |
---|---|
Version |
DefaultDependencyNode.getVersion()
|
Methods in org.sonatype.aether.util.graph with parameters of type Version | |
---|---|
void |
DefaultDependencyNode.setVersion(Version version)
|
Uses of Version in org.sonatype.aether.util.version |
---|
Methods in org.sonatype.aether.util.version that return Version | |
---|---|
Version |
GenericVersionScheme.parseVersion(java.lang.String version)
|
Uses of Version in org.sonatype.aether.version |
---|
Methods in org.sonatype.aether.version that return Version | |
---|---|
Version |
VersionConstraint.getVersion()
Gets the version recommended by this constraint. |
Version |
VersionScheme.parseVersion(java.lang.String version)
Parses the specified version string, for example "1.0". |
Methods in org.sonatype.aether.version with parameters of type Version | |
---|---|
boolean |
VersionConstraint.containsVersion(Version version)
Determines whether the specified version satisfies this constraint. |
boolean |
VersionRange.containsVersion(Version version)
Determines whether the specified version is contained within this range. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |