Class SvnNgMergeDriver.NoopLogHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgMergeDriver.NoopLogHandler
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SvnNgMergeDriver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<File,
SvnNgMergeDriver.MergePath> private SVNMergeRangeList
private SVNMergeRangeList
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLogEntry
(SVNLogEntry logEntry) Handles a log entry passed.
-
Field Details
-
operativeRanges
-
mergedRanges
-
sourceReposAbsPath
-
childrenWithMergeInfo
-
-
Constructor Details
-
NoopLogHandler
private NoopLogHandler()
-
-
Method Details
-
handleLogEntry
Description copied from interface:ISVNLogEntryHandler
Handles a log entry passed.- Specified by:
handleLogEntry
in interfaceISVNLogEntryHandler
- Parameters:
logEntry
- anSVNLogEntry
object that represents per revision information (committed paths, log message, etc.)- Throws:
SVNException
-