Package hudson.scm
Class SubversionEventHandlerImpl
java.lang.Object
org.tmatesoft.svn.core.wc.SVNEventAdapter
hudson.scm.SubversionEventHandlerImpl
- All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNCanceller
,org.tmatesoft.svn.core.wc.ISVNEventHandler
public class SubversionEventHandlerImpl
extends org.tmatesoft.svn.core.wc.SVNEventAdapter
ISVNEventHandler
that emulates the SVN CLI behavior.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Modifier and TypeFieldDescriptionprotected final File
protected final PrintStream
protected final boolean
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
ConstructorDescriptionSubversionEventHandlerImpl
(PrintStream out, File baseDir) Deprecated.SubversionEventHandlerImpl
(PrintStream out, File baseDir, boolean quietOperation) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getLocalPath
(String path) getRelativePath
(File file) void
handleEvent
(org.tmatesoft.svn.core.wc.SVNEvent event, double progress) Methods inherited from class org.tmatesoft.svn.core.wc.SVNEventAdapter
checkCancelled
-
Field Details
-
out
-
baseDir
-
quietOperation
protected final boolean quietOperation
-
-
Constructor Details
-
SubversionEventHandlerImpl
Deprecated. -
SubversionEventHandlerImpl
- Since:
- 2.10
-
-
Method Details
-
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress) throws org.tmatesoft.svn.core.SVNException - Specified by:
handleEvent
in interfaceorg.tmatesoft.svn.core.wc.ISVNEventHandler
- Overrides:
handleEvent
in classorg.tmatesoft.svn.core.wc.SVNEventAdapter
- Throws:
org.tmatesoft.svn.core.SVNException
-
getRelativePath
- Throws:
IOException
-
getLocalPath
-
SubversionEventHandlerImpl(PrintStream, File, boolean)