Interface IBatchComparisonTask
- All Known Implementing Classes:
- RecompareOnChangedTopObjectsTask,- StartBatchComparisonTask
public interface IBatchComparisonTask
A task for (re)comparing of compare/merge processes batch.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanrun(IBatchComparisonRunner comparisonRunner) Runs the task.
- 
Method Details- 
runRuns the task.- Parameters:
- comparisonRunner- the comparison runner, cannot be- null
- Returns:
- trueif comparison has been run,- falseotherwise
 
 
-