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 java.lang.Object implements ISVNLogEntryHandler
-
-
Field Summary
Fields Modifier and Type Field Description private SVNWCContext
context
private SVNDepth
depth
private java.io.File
mergeSourceFsPath
private java.io.File
mergeTargetAbsPath
private java.util.Map<java.io.File,java.lang.String>
operativeChildren
-
Constructor Summary
Constructors Modifier Constructor Description private
FindOperativeSubtreeRevisions(java.util.Map<java.io.File,java.lang.String> operativeChildren, SVNWCContext context, java.io.File mergeSourceFsPath, java.io.File mergeTargetAbsPath, SVNDepth depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
-
-
-
Field Detail
-
operativeChildren
private java.util.Map<java.io.File,java.lang.String> operativeChildren
-
context
private SVNWCContext context
-
mergeSourceFsPath
private java.io.File mergeSourceFsPath
-
mergeTargetAbsPath
private java.io.File mergeTargetAbsPath
-
depth
private SVNDepth depth
-
-
Constructor Detail
-
FindOperativeSubtreeRevisions
private FindOperativeSubtreeRevisions(java.util.Map<java.io.File,java.lang.String> operativeChildren, SVNWCContext context, java.io.File mergeSourceFsPath, java.io.File mergeTargetAbsPath, SVNDepth depth)
-
-
Method Detail
-
handleLogEntry
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
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
-
-