public interface Version extends Cloneable, Comparable, Version
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(String op,
Version other) |
String |
fullFormat() |
int |
getBuild() |
String |
getClassifier() |
int |
getMajor() |
int |
getMinor() |
int |
getRevision() |
Version |
parse(String version) |
compareToint getRevision()
getRevision in interface VersionString getClassifier()
getClassifier in interface VersionString fullFormat()
fullFormat in interface Version