net.sf.statsvn.util.svnkit
Class SvnKitProcessor
java.lang.Object
net.sf.statsvn.util.svnkit.SvnKitProcessor
- All Implemented Interfaces:
- ISvnProcessor
public class SvnKitProcessor
- extends Object
- implements ISvnProcessor
Base svnkit processor.
- Author:
- jkealey, yogesh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnKitProcessor
public SvnKitProcessor()
getCheckoutDirectory
public File getCheckoutDirectory()
getDiffProcessor
public ISvnDiffProcessor getDiffProcessor()
- Specified by:
getDiffProcessor
in interface ISvnProcessor
getInfoProcessor
public ISvnInfoProcessor getInfoProcessor()
- Specified by:
getInfoProcessor
in interface ISvnProcessor
getManager
public org.tmatesoft.svn.core.wc.SVNClientManager getManager()
getPropgetProcessor
public ISvnPropgetProcessor getPropgetProcessor()
- Specified by:
getPropgetProcessor
in interface ISvnProcessor
getVersionProcessor
public ISvnVersionProcessor getVersionProcessor()
- Specified by:
getVersionProcessor
in interface ISvnProcessor