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.RuntimeVersionpublic int getMinor()
getMinor in class org.apache.subversion.javahl.types.RuntimeVersionpublic int getPatch()
getPatch in class org.apache.subversion.javahl.types.RuntimeVersionpublic long getRevisionNumber()
public java.lang.String toString()
toString in class org.apache.subversion.javahl.types.RuntimeVersionpublic static org.apache.subversion.javahl.types.RuntimeVersion getInstance()