public class VersionRangeResultWithLatest
extends org.sonatype.aether.resolution.VersionRangeResult
VersionRangeResult
with resolved latest (snapshot and
release) and latest release versions.Constructor and Description |
---|
VersionRangeResultWithLatest(org.sonatype.aether.resolution.VersionRangeRequest request) |
Modifier and Type | Method and Description |
---|---|
org.sonatype.aether.version.Version |
getLatest()
Return the latest version (snapshot or release).
|
org.sonatype.aether.version.Version |
getRelease()
Return the released version .
|
void |
setLatest(org.sonatype.aether.version.Version latest) |
void |
setRelease(org.sonatype.aether.version.Version release) |
public VersionRangeResultWithLatest(org.sonatype.aether.resolution.VersionRangeRequest request)
public org.sonatype.aether.version.Version getLatest()
null
is not resolved.null
is
not resolved.public void setLatest(org.sonatype.aether.version.Version latest)
public org.sonatype.aether.version.Version getRelease()
null
is not resolved.null
is not resolved.public void setRelease(org.sonatype.aether.version.Version release)
Copyright © 2010–2018. All rights reserved.