Class SVNMergeDriver.NoopLogHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNMergeDriver.NoopLogHandler
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SVNMergeDriver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNMergeRangeListprivate SVNMergeRangeListprivate java.lang.String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SVNMergeDriver.MergePathgetMergePath(java.util.List myChildrenWithMergeInfo, java.io.File path) voidhandleLogEntry(SVNLogEntry logEntry) Handles a log entry passed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
operativeRanges
-
mergedRanges
-
sourceReposAbsPath
private java.lang.String sourceReposAbsPath
-
-
Constructor Details
-
NoopLogHandler
private NoopLogHandler()
-
-
Method Details
-
handleLogEntry
Description copied from interface:ISVNLogEntryHandlerHandles a log entry passed.- Specified by:
handleLogEntryin interfaceISVNLogEntryHandler- Parameters:
logEntry- anSVNLogEntryobject that represents per revision information (committed paths, log message, etc.)- Throws:
SVNException
-
getMergePath
private SVNMergeDriver.MergePath getMergePath(java.util.List myChildrenWithMergeInfo, java.io.File path)
-