public class SVNClientImplRuntimeVersion
extends org.apache.subversion.javahl.types.RuntimeVersion
Constructor and Description |
---|
SVNClientImplRuntimeVersion() |
Modifier and Type | Method and Description |
---|---|
static org.apache.subversion.javahl.types.RuntimeVersion |
getInstance() |
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
long |
getRevisionNumber() |
java.lang.String |
toString() |
public int getMajor()
getMajor
in class org.apache.subversion.javahl.types.RuntimeVersion
public int getMinor()
getMinor
in class org.apache.subversion.javahl.types.RuntimeVersion
public int getPatch()
getPatch
in class org.apache.subversion.javahl.types.RuntimeVersion
public long getRevisionNumber()
public java.lang.String toString()
toString
in class org.apache.subversion.javahl.types.RuntimeVersion
public static org.apache.subversion.javahl.types.RuntimeVersion getInstance()