|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompareFailedException | |
|---|---|
| oracle.javatools.compare | Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations. |
| oracle.javatools.patch | |
| oracle.jdeveloper.merge | Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. |
| Uses of CompareFailedException in oracle.javatools.compare |
|---|
| Methods in oracle.javatools.compare that throw CompareFailedException | |
|---|---|
CompareModel |
CompareAlgorithm.compare(CompareContributor first,
CompareContributor second)
Compare two contributors, returning a model of the differences between the two. |
static CompareModel |
CompareModelFactory.createCompareModel(CompareContributor first,
CompareContributor second)
Compare the first contributor to the second contributor and return a model describing the differences. |
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.createCompareModel(CompareContributor first,
CompareContributor second,
CompareType type,
CompareAlgorithm compareAlgorithm)
|
static CompareModel |
CompareModelFactory.createMergeModel(CompareContributor first,
CompareContributor second,
CompareContributor ancestor)
Merge the first contributor and the second contributor based on a third and return a model of conflicting 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. |
CompareModel |
CompareMergeAlgorithm.merge(CompareContributor first,
CompareContributor second,
CompareContributor ancestor)
Merge two contributors based on a third, returning a model of the conflicting differences between the two. |
| Uses of CompareFailedException in oracle.javatools.patch |
|---|
| Methods in oracle.javatools.patch that throw CompareFailedException | |
|---|---|
PatchModel |
PatchEngine.createModel(PatchContributor fromFileContributor,
PatchCreateOptions createOptions)
Creates a PatchModel based on differences between the given contributor
and the engine's to-file contributor, according to options. |
| Uses of CompareFailedException in oracle.jdeveloper.merge |
|---|
| Methods in oracle.jdeveloper.merge that throw CompareFailedException | |
|---|---|
CompareModel |
MergeEngine.executeMerge()
Executes a three-way merge. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||