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) |
compareTo
int getRevision()
getRevision
in interface Version
String getClassifier()
getClassifier
in interface Version
String fullFormat()
fullFormat
in interface Version