public class Version
extends java.lang.Object
svn_version.h.| 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 Version()
public Version(Version aVersion)
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.