|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| org.sonatype.aether.graph | |
| org.sonatype.aether.resolution | |
| org.sonatype.aether.version | |
| 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 | |
|---|---|
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(List<Version> versions)
Sets the versions matching the requested range. |
| 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(String version)
Parses the specified version string, for example "1.0". |
| Methods in org.sonatype.aether.version with parameters of type Version | |
|---|---|
boolean |
VersionRange.containsVersion(Version version)
Determines whether the specified version is contained within this range. |
boolean |
VersionConstraint.containsVersion(Version version)
Determines whether the specified version satisfies this constraint. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||