Class SvnNgLogMergeInfo.LogEntryReceiver
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgLogMergeInfo.LogEntryReceiver
- All Implemented Interfaces:
ISvnObjectReceiver<SVNLogEntry>
- Enclosing class:
- SvnNgLogMergeInfo
private static class SvnNgLogMergeInfo.LogEntryReceiver
extends java.lang.Object
implements ISvnObjectReceiver<SVNLogEntry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private java.util.List<java.lang.String>
private SVNMergeRangeList
private ISvnObjectReceiver<SVNLogEntry>
private java.lang.String
private java.util.Map<java.lang.String,
java.util.Map<java.lang.String, SVNMergeRangeList>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
receive
(SvnTarget target, SVNLogEntry logEntry) Receives object with is target.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
isFilteringMerged
private boolean isFilteringMerged -
mergeSourcePaths
private java.util.List<java.lang.String> mergeSourcePaths -
reposTargertAbsPath
private java.lang.String reposTargertAbsPath -
targetCatalog
private java.util.Map<java.lang.String,java.util.Map<java.lang.String, targetCatalogSVNMergeRangeList>> -
rangelist
-
receiver
-
-
Constructor Details
-
LogEntryReceiver
public LogEntryReceiver()
-
-
Method Details
-
receive
Description copied from interface:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SVNLogEntry>
- Parameters:
target
- target of the objectlogEntry
- object- Throws:
SVNException
-