| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompareAlgorithm
An algorithm capable of comparing two contributors and returning a model of the differences between them.
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
@Deprecated
boolean canCompare(CompareContributor first,
                              CompareContributor second)
first - the first contributorsecond - the second contributor
CompareModel compare(CompareContributor first,
                     CompareContributor second)
                     throws CompareFailedException
first - the first contributorsecond - the second contributorCompareAlgorithmException - if the two contributors could not be compared because of an error.CompareFailedException
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.1) E13403-09  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||