public class Version
extends java.lang.Object
svn_version.h.| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
boolean |
isAtLeast(int major,
int minor,
int patch) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.ObjectMAJOR.MINOR.PATCH INFO.public int getMajor()
public int getMinor()
public int getPatch()
public boolean isAtLeast(int major,
int minor,
int patch)
major.minor.patch level.