Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Uses of Class
oracle.javatools.compare.CompareFailedException

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.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. 
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.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.compare
 

Subclasses of CompareFailedException in oracle.jdeveloper.compare
 class FileNotComparableException
           
 class FileTooLargeException
           
 

Methods in oracle.jdeveloper.compare with parameters of type CompareFailedException
 boolean CompareMethod.canFallBack(CompareFailedException cfe)
          Asks whether the fallback behavior should go ahead when the algorithm has failed with the given exception.
 

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 Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.