class SVNClientImplVersion
extends Version
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class org.apache.subversion.javahl.types.Version
isAtLeast
-
-
Constructor Details
-
SVNClientImplVersion
SVNClientImplVersion()
-
Method Details
-
getMajor
public int getMajor()
- Overrides:
getMajor
in class Version
- Returns:
- The major version number for the loaded JavaHL library.
-
getMinor
public int getMinor()
- Overrides:
getMinor
in class Version
- Returns:
- The minor version number for the loaded JavaHL library.
-
getPatch
public int getPatch()
- Overrides:
getPatch
in class Version
- Returns:
- The patch-level version number for the loaded JavaHL
library.
-
getRevisionNumber
public long getRevisionNumber()
-
toString
- Overrides:
toString
in class Version
- Returns:
- The full version string for the loaded JavaHL library,
as defined by
MAJOR.MINOR.PATCH INFO
.
-
getInstance
public static Version getInstance()