public interface Version extends Cloneable, Comparable
#org.gvsig.tools.packageutils.Version
Modifier and Type | Method and Description |
---|---|
boolean |
check(String op,
Version other)
Deprecated.
|
String |
format(String fmt)
Deprecated.
Return the version formated as string with the format specified as fmt.
|
String |
fullFormat()
Deprecated.
|
int |
getBuild()
Deprecated.
|
String |
getClassifier()
Deprecated.
|
int |
getMajor()
Deprecated.
|
int |
getMayor()
Deprecated.
Use
getMajor() |
int |
getMinor()
Deprecated.
|
int |
getRevision()
Deprecated.
|
Version |
parse(String version)
Deprecated.
|
Version |
setBuild(int build)
Deprecated.
don't use, set only in parse
|
compareTo
int getMajor()
int getMayor()
getMajor()
int getMinor()
int getRevision()
String getClassifier()
int getBuild()
String fullFormat()
String format(String fmt)
fmt,
- string used as formatVersion setBuild(int build)