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
ConstructorsModifierConstructorDescriptionprivateFindOperativeSubtreeRevisions(Map<File, String> operativeChildren, SVNWCContext context, File mergeSourceFsPath, File mergeTargetAbsPath, SVNDepth depth) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleLogEntry(SVNLogEntry logEntry) Handles a log entry passed.
-
Field Details
-
operativeChildren
-
context
-
mergeSourceFsPath
-
mergeTargetAbsPath
-
depth
-
-
Constructor Details
-
FindOperativeSubtreeRevisions
-
-
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
-