Class SvnNgMergeDriver.FindOperativeSubtreeRevisions
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgMergeDriver.FindOperativeSubtreeRevisions
- All Implemented Interfaces:
ISVNLogEntryHandler
- Enclosing class:
- SvnNgMergeDriver
private static class SvnNgMergeDriver.FindOperativeSubtreeRevisions
extends Object
implements ISVNLogEntryHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
FindOperativeSubtreeRevisions
(Map<File, String> operativeChildren, SVNWCContext context, File mergeSourceFsPath, File mergeTargetAbsPath, SVNDepth depth) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleLogEntry
(SVNLogEntry logEntry) Handles a log entry passed.
-
Field Details
-
operativeChildren
-
context
-
mergeSourceFsPath
-
mergeTargetAbsPath
-
depth
-
-
Constructor Details
-
FindOperativeSubtreeRevisions
-
-
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
-