public interface CompareAlgorithm
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canCompare(CompareContributor first,
          CompareContributor second)
Deprecated. 
 
not replaced. 
 | 
CompareModel | 
compare(CompareContributor first,
       CompareContributor second)
Compare two contributors, returning a model of the differences between
 the two. 
 | 
@Deprecated boolean canCompare(CompareContributor first, CompareContributor second)
first - the first contributorsecond - the second contributorCompareModel compare(CompareContributor first, CompareContributor second) throws CompareFailedException
first - the first contributorsecond - the second contributorCompareFailedException - if the two contributors could not be
    compared because of an error.