public class Version extends Object implements Comparable<Version>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version other) |
boolean |
equals(Object other) |
int |
getMajor() |
int |
getMicro() |
int |
getMinor() |
String |
getQualifier() |
boolean |
match(Version version) |
static Version |
parseVersion(String version) |
static Version |
parseVersion(String version,
boolean wildcard) |
String |
toString() |
Copyright © 2017 the original author or authors.