public class SubversionEventHandlerImpl
extends org.tmatesoft.svn.core.wc.SVNEventAdapter
ISVNEventHandler that emulates the SVN CLI behavior.| Modifier and Type | Field and Description |
|---|---|
protected File |
baseDir |
protected PrintStream |
out |
| Constructor and Description |
|---|
SubversionEventHandlerImpl(PrintStream out,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLocalPath(String path) |
String |
getRelativePath(File file) |
void |
handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress) |
protected final PrintStream out
protected final File baseDir
public SubversionEventHandlerImpl(PrintStream out, File baseDir)
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
throws org.tmatesoft.svn.core.SVNException
handleEvent in interface org.tmatesoft.svn.core.wc.ISVNEventHandlerhandleEvent in class org.tmatesoft.svn.core.wc.SVNEventAdapterorg.tmatesoft.svn.core.SVNExceptionpublic String getRelativePath(File file) throws IOException
IOExceptionCopyright © 2004–2015. All rights reserved.