net.sf.statsvn.util.svnkit
Class SvnKitVersion
java.lang.Object
net.sf.statsvn.util.SvnStartupUtils
net.sf.statsvn.util.svnkit.SvnKitVersion
- All Implemented Interfaces:
- ISvnVersionProcessor
public class SvnKitVersion
- extends SvnStartupUtils
Runs svn -version using svnkit. (Possible?)
- Author:
- jkealey, yogesh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnKitVersion
public SvnKitVersion(ISvnProcessor processor)
getSvnKitProcessor
public SvnKitProcessor getSvnKitProcessor()
checkSvnVersionSufficient
public String checkSvnVersionSufficient()
throws SvnVersionMismatchException
- Description copied from interface:
ISvnVersionProcessor
- Verifies that the current revision of SVN is SVN_MINIMUM_VERSION
- Specified by:
checkSvnVersionSufficient
in interface ISvnVersionProcessor
- Overrides:
checkSvnVersionSufficient
in class SvnStartupUtils
- Returns:
- the version string
- Throws:
SvnVersionMismatchException
- if SVN executable not found or version less than
SVN_MINIMUM_VERSION