public class SvnNgLogMergeInfo extends SvnNgOperationRunner<SVNLogEntry,SvnLogMergeInfo>
Modifier and Type | Class and Description |
---|---|
private static class |
SvnNgLogMergeInfo.LogEntryReceiver |
UNKNOWN
NULL
Constructor and Description |
---|
SvnNgLogMergeInfo() |
Modifier and Type | Method and Description |
---|---|
SvnWcGeneration |
getWcGeneration()
Returns runner's working copy generation it is able to operate on.
|
boolean |
isApplicable(SvnLogMergeInfo operation,
SvnWcGeneration wcGeneration)
Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)
|
private void |
logForMergeInfoRangeList(SVNURL sourceURL,
java.util.List<java.lang.String> mergeSourcePaths,
boolean filteringMerged,
SVNMergeRangeList rangelist,
boolean oldestRevsFirst,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> targetCatalog,
java.lang.String absReposTargetPath,
boolean discoverChangedPaths,
java.lang.String[] revprops,
ISvnObjectReceiver<SVNLogEntry> receiver) |
protected SVNLogEntry |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, matchesChangelist, reset, run, setRepositoryAccess
getFirstTarget, sleepForTimestamp
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContext
public boolean isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) throws SVNException
ISvnOperationRunner
isApplicable
in interface ISvnOperationRunner<SVNLogEntry,SvnLogMergeInfo>
isApplicable
in class SvnLocalOperationRunner<SVNLogEntry,SvnLogMergeInfo>
operation
- operation that needs runnerwcGeneration
- working copy generationtrue
if the runner is applicable, otherwise false
SVNException
public SvnWcGeneration getWcGeneration()
ISvnOperationRunner
getWcGeneration
in interface ISvnOperationRunner<SVNLogEntry,SvnLogMergeInfo>
getWcGeneration
in class SvnNgOperationRunner<SVNLogEntry,SvnLogMergeInfo>
protected SVNLogEntry run(SVNWCContext context) throws SVNException
run
in class SvnNgOperationRunner<SVNLogEntry,SvnLogMergeInfo>
SVNException
private void logForMergeInfoRangeList(SVNURL sourceURL, java.util.List<java.lang.String> mergeSourcePaths, boolean filteringMerged, SVNMergeRangeList rangelist, boolean oldestRevsFirst, java.util.Map<java.lang.String,java.util.Map<java.lang.String,SVNMergeRangeList>> targetCatalog, java.lang.String absReposTargetPath, boolean discoverChangedPaths, java.lang.String[] revprops, ISvnObjectReceiver<SVNLogEntry> receiver) throws SVNException
SVNException