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
Fields Modifier and Type Field Description private booleanisFilteringMergedprivate java.util.List<java.lang.String>mergeSourcePathsprivate SVNMergeRangeListrangelistprivate ISvnObjectReceiver<SVNLogEntry>receiverprivate java.lang.StringreposTargertAbsPathprivate java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>>targetCatalog
-
Constructor Summary
Constructors Constructor Description LogEntryReceiver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreceive(SvnTarget target, SVNLogEntry logEntry)Receives object with is target.
-
-
-
Field Detail
-
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,SVNMergeRangeList>> targetCatalog
-
rangelist
private SVNMergeRangeList rangelist
-
receiver
private ISvnObjectReceiver<SVNLogEntry> receiver
-
-
Method Detail
-
receive
public void receive(SvnTarget target, SVNLogEntry logEntry) throws SVNException
Description copied from interface:ISvnObjectReceiverReceives object with is target.- Specified by:
receivein interfaceISvnObjectReceiver<SVNLogEntry>- Parameters:
target- target of the objectlogEntry- object- Throws:
SVNException
-
-