public class RuntimeVersion extends Object implements Comparable<RuntimeVersion>
Constructor and Description |
---|
RuntimeVersion(String... versionNumber) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RuntimeVersion other) |
static RuntimeVersion |
getInstance() |
static RuntimeVersion |
parse(String version) |
String |
toString() |
public RuntimeVersion(String... versionNumber)
public static RuntimeVersion parse(String version)
public int compareTo(RuntimeVersion other)
compareTo
in interface Comparable<RuntimeVersion>
public static RuntimeVersion getInstance()