org.tigris.subversion.javahl
Class Version
java.lang.Object
org.tigris.subversion.javahl.Version
public class Version
extends java.lang.Object
Encapsulates version information about the underlying native
libraries. Basically a wrapper for
svn_version.h
.
getMajor
public int getMajor()
- The major version number for the loaded JavaHL library.
getMinor
public int getMinor()
- The minor version number for the loaded JavaHL library.
getPatch
public int getPatch()
- The patch-level version number for the loaded JavaHL
library.
toString
public String toString()
- The full version string for the loaded JavaHL library,
as defined by
MAJOR.MINOR.PATCH INFO
.