|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompareModel
The model for a comparison between two CompareElements. The only method on this interface is used to get each of the contributors used in the compare.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setType(CompareType type)
type
- the compare type.CompareType getType()
CompareContributor getContributor(ContributorKind contributor)
contributor
- the contributor to get
CompareDifference[] getDifferences()
int[] getDifferenceTypeCounts()
int getDifferenceCount()
int getConflictCount()
int getResolvedCount()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |