|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompareType | |
|---|---|
| oracle.javatools.compare | Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations. |
| oracle.jdeveloper.compare | contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. |
| Uses of CompareType in oracle.javatools.compare |
|---|
| Fields in oracle.javatools.compare declared as CompareType | |
|---|---|
static CompareType |
CompareType.CHARACTER
|
static CompareType |
CompareType.DIRECTORY
|
static CompareType |
CompareType.TEXT
|
static CompareType |
CompareType.XML
|
| Methods in oracle.javatools.compare that return CompareType | |
|---|---|
CompareType |
CompareModel.getType()
Get the compare type (text, directory, xml) for the model. |
| Methods in oracle.javatools.compare with parameters of type CompareType | |
|---|---|
static CompareAlgorithm |
CompareModelFactory.createCompareAlgorithm(CompareType type)
|
static CompareModel |
CompareModelFactory.createCompareModel(CompareContributor first,
CompareContributor second,
CompareType type)
Compare the first contributor to the second contributor and return a model describing the differences. |
static CompareModel |
CompareModelFactory.createMergeModel(CompareContributor first,
CompareContributor second,
CompareContributor ancestor,
CompareType type)
Merge the first contributor and the second contributor based on a third and return a model of conflicting differences. |
static void |
CompareModelFactory.registerCompareAlgorithm(CompareType type,
java.lang.Class<? extends CompareAlgorithm> algorithmClass)
|
static void |
CompareViewFactory.registerCompareView(CompareType type,
java.lang.Class<? extends CompareView> viewClass)
|
void |
CompareModel.setType(CompareType type)
Set the compare type (text, directory, xml) for the model. |
| Uses of CompareType in oracle.jdeveloper.compare |
|---|
| Methods in oracle.jdeveloper.compare that return CompareType | |
|---|---|
abstract CompareType |
CompareMethod.getCompareType()
Gets the CompareType associated with this CompareMethod |
CompareType[] |
CompareMethod.getFallbackCompareTypes()
Gets the fallback compare types whose algorithms can be invoked if this CompareMethod fails. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||