public class SvnStatusHandler extends Object implements org.tmatesoft.svn.core.wc.ISVNStatusHandler, org.tmatesoft.svn.core.wc.ISVNEventHandler
ISVNStatusHandler
implementation for status
events. Converts the SVNStatus
file status to a
ScmFileStatus
The structure and comments in this method were taken from the
tmate.org example file:
org.tmatesoft.svn.examples.wc.StatusHandlerConstructor and Description |
---|
SvnStatusHandler() |
Modifier and Type | Method and Description |
---|---|
void |
checkCancelled()
Should be implemented to check if the current operation is cancelled.
|
List<org.apache.maven.scm.ScmFile> |
getFiles() |
void |
handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
This is an implementation for
ISVNEventHandler.handleEvent(SVNEvent event, double progress)
|
void |
handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
This is an implementation of {@link ISVNStatusHandler#handleStatus(org.tmatesoft.svn.core.wc.SVNStatus)
|
public void handleStatus(org.tmatesoft.svn.core.wc.SVNStatus status)
handleStatus
in interface org.tmatesoft.svn.core.wc.ISVNStatusHandler
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
handleEvent
in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
public void checkCancelled() throws org.tmatesoft.svn.core.SVNCancelException
checkCancelled
in interface org.tmatesoft.svn.core.ISVNCanceller
org.tmatesoft.svn.core.SVNCancelException
public List<org.apache.maven.scm.ScmFile> getFiles()
Copyright © 2013. All Rights Reserved.