org.wso2.carbon.deployment.synchronizer.subversion
Class SVNNotifyListener

java.lang.Object
  extended by org.wso2.carbon.deployment.synchronizer.subversion.SVNNotifyListener
All Implemented Interfaces:
org.tigris.subversion.svnclientadapter.ISVNNotifyListener, org.tigris.subversion.svnclientadapter.ISVNProgressListener

public class SVNNotifyListener
extends Object
implements org.tigris.subversion.svnclientadapter.ISVNNotifyListener, org.tigris.subversion.svnclientadapter.ISVNProgressListener

Logs and traces the SVN notifications, messages and other runtime debug information


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener
org.tigris.subversion.svnclientadapter.ISVNNotifyListener.Command
 
Constructor Summary
SVNNotifyListener()
           
 
Method Summary
 void logCommandLine(String s)
           
 void logCompleted(String s)
           
 void logError(String s)
           
 void logMessage(String s)
           
 void logRevision(long l, String s)
           
 void onNotify(File file, org.tigris.subversion.svnclientadapter.SVNNodeKind svnNodeKind)
           
 void onProgress(org.tigris.subversion.svnclientadapter.SVNProgressEvent svnProgressEvent)
           
 void setCommand(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVNNotifyListener

public SVNNotifyListener()
Method Detail

setCommand

public void setCommand(int i)
Specified by:
setCommand in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

logCommandLine

public void logCommandLine(String s)
Specified by:
logCommandLine in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

logMessage

public void logMessage(String s)
Specified by:
logMessage in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

logError

public void logError(String s)
Specified by:
logError in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

logRevision

public void logRevision(long l,
                        String s)
Specified by:
logRevision in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

logCompleted

public void logCompleted(String s)
Specified by:
logCompleted in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

onNotify

public void onNotify(File file,
                     org.tigris.subversion.svnclientadapter.SVNNodeKind svnNodeKind)
Specified by:
onNotify in interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener

onProgress

public void onProgress(org.tigris.subversion.svnclientadapter.SVNProgressEvent svnProgressEvent)
Specified by:
onProgress in interface org.tigris.subversion.svnclientadapter.ISVNProgressListener


Copyright © 2015 WSO2. All rights reserved.