private class SvnNgMergeDriver.NoopLogHandler extends java.lang.Object implements ISVNLogEntryHandler
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> |
childrenWithMergeInfo |
private SVNMergeRangeList |
mergedRanges |
private SVNMergeRangeList |
operativeRanges |
private java.lang.String |
sourceReposAbsPath |
Modifier | Constructor and Description |
---|---|
private |
NoopLogHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
private SVNMergeRangeList operativeRanges
private SVNMergeRangeList mergedRanges
private java.lang.String sourceReposAbsPath
private java.util.Map<java.io.File,SvnNgMergeDriver.MergePath> childrenWithMergeInfo
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