gate.versioning.svnkit
Class StatusHandler
java.lang.Object
gate.versioning.svnkit.StatusHandler
- All Implemented Interfaces:
- org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler, org.tmatesoft.svn.core.wc.ISVNStatusHandler
public class StatusHandler
- extends Object
- implements org.tmatesoft.svn.core.wc.ISVNStatusHandler, org.tmatesoft.svn.core.wc.ISVNEventHandler
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler |
UNKNOWN |
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller |
NULL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusHandler
public StatusHandler(boolean isRemote)
handleStatus
public void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
- Specified by:
handleStatus
in interface org.tmatesoft.svn.core.wc.ISVNStatusHandler
buildStatusReport
public static String buildStatusReport(org.tmatesoft.svn.core.wc.SVNStatus status,
boolean myIsRemote)
- Build up a status report.
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
- Specified by:
handleEvent
in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
checkCancelled
public void checkCancelled()
throws org.tmatesoft.svn.core.SVNCancelException
- Specified by:
checkCancelled
in interface org.tmatesoft.svn.core.ISVNCanceller
- Throws:
org.tmatesoft.svn.core.SVNCancelException