Class SvnJavaUtil.GenericEventHandler
- java.lang.Object
-
- org.apache.maven.scm.provider.svn.svnjava.util.SvnJavaUtil.GenericEventHandler
-
- All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNCanceller,org.tmatesoft.svn.core.wc.ISVNEventHandler
- Enclosing class:
- SvnJavaUtil
public static class SvnJavaUtil.GenericEventHandler extends Object implements org.tmatesoft.svn.core.wc.ISVNEventHandler
Generic event handler that collects all events internally and will return them with a call togetEvents()
-
-
Constructor Summary
Constructors Constructor Description GenericEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCancelled()voidclearEvents()List<org.tmatesoft.svn.core.wc.SVNEvent>getEvents()voidhandleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
-
-
-
Method Detail
-
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)- Specified by:
handleEventin interfaceorg.tmatesoft.svn.core.wc.ISVNEventHandler
-
checkCancelled
public void checkCancelled() throws org.tmatesoft.svn.core.SVNCancelException- Specified by:
checkCancelledin interfaceorg.tmatesoft.svn.core.ISVNCanceller- Throws:
org.tmatesoft.svn.core.SVNCancelException
-
getEvents
public List<org.tmatesoft.svn.core.wc.SVNEvent> getEvents()
-
clearEvents
public void clearEvents()
-
-