public interface CompareModel
| Modifier and Type | Method and Description | 
|---|---|
| int | getConflictCount()Get a count of the number of conflicting differences in this model. | 
| CompareContributor | getContributor(ContributorKind contributor)Get the specified contributor to this compare. | 
| int | getDifferenceCount()Get a count of the number of differences in this model. | 
| CompareDifference[] | getDifferences()Gets the differences represented by this compare model. | 
| int[] | getDifferenceTypeCounts()Get a count of the number of additions, changes and removeals in this
 model. | 
| int | getResolvedCount()Get a count of the number of resolved conflicts in this model. | 
| CompareType | getType()Get the compare type (text, directory, xml) for the model. | 
| void | setType(CompareType type)Set the compare type (text, directory, xml) for the model. | 
void setType(CompareType type)
type - the compare type.CompareType getType()
CompareContributor getContributor(ContributorKind contributor)
contributor - the contributor to getCompareDifference[] getDifferences()
int[] getDifferenceTypeCounts()
int getDifferenceCount()
int getConflictCount()
int getResolvedCount()