private static class SVNMergeDriver.CopyFromReceiver extends java.lang.Object implements ISVNLogEntryHandler
Modifier and Type | Field and Description |
---|---|
private SVNLocationEntry |
myCopyFromLocation |
private java.lang.String |
myTargetPath |
Constructor and Description |
---|
CopyFromReceiver(java.lang.String targetPath) |
Modifier and Type | Method and Description |
---|---|
SVNLocationEntry |
getCopyFromLocation() |
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
private java.lang.String myTargetPath
private SVNLocationEntry myCopyFromLocation
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandler
handleLogEntry
in interface ISVNLogEntryHandler
logEntry
- an SVNLogEntry
object
that represents per revision information
(committed paths, log message, etc.)SVNException
public SVNLocationEntry getCopyFromLocation()