public class AetherVersion extends Object implements IVersion
| Constructor and Description |
|---|
AetherVersion(String version)
Parse the version.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IVersion o) |
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
org.eclipse.aether.version.Version |
getVersionImpl()
Get the underlying implementation
|
boolean |
isStable()
Returns true if this represents a stable release.
|
String |
toString() |
public AetherVersion(String version) throws org.eclipse.aether.version.InvalidVersionSpecificationException
version - org.eclipse.aether.version.InvalidVersionSpecificationExceptionpublic int compareTo(IVersion o)
compareTo in interface Comparable<IVersion>public int getMajor()
public int getMinor()
public int getPatch()
public boolean isStable()
IVersionpublic org.eclipse.aether.version.Version getVersionImpl()
Copyright © 2016. All rights reserved.