Class SVNNotifyListener

java.lang.Object
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
  • Constructor Details

    • SVNNotifyListener

      public SVNNotifyListener()
  • Method Details

    • 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