gate.versioning.svnkit
Class StatusHandler

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
 
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
 
Constructor Summary
StatusHandler(boolean isRemote)
           
 
Method Summary
static String buildStatusReport(org.tmatesoft.svn.core.wc.SVNStatus status, boolean myIsRemote)
          Build up a status report.
 void checkCancelled()
           
 void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
           
 void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusHandler

public StatusHandler(boolean isRemote)
Method Detail

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