org.wso2.carbon.deployment.synchronizer.subversion
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
| Nested classes/interfaces inherited from interface org.tigris.subversion.svnclientadapter.ISVNNotifyListener |
org.tigris.subversion.svnclientadapter.ISVNNotifyListener.Command |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNNotifyListener
public SVNNotifyListener()
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.