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 boolean
isFilteringMerged
private java.util.List<java.lang.String>
mergeSourcePaths
private SVNMergeRangeList
rangelist
private ISvnObjectReceiver<SVNLogEntry>
receiver
private java.lang.String
reposTargertAbsPath
private 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 void
receive(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:ISvnObjectReceiver
Receives object with is target.- Specified by:
receive
in interfaceISvnObjectReceiver<SVNLogEntry>
- Parameters:
target
- target of the objectlogEntry
- object- Throws:
SVNException
-
-