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 booleanprivate java.util.List<java.lang.String>private SVNMergeRangeListprivate ISvnObjectReceiver<SVNLogEntry>private java.lang.Stringprivate java.util.Map<java.lang.String,java.util.Map<java.lang.String, SVNMergeRangeList>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(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:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SVNLogEntry>- Parameters:
target- target of the objectlogEntry- object- Throws:
SVNException
-