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

E13403-07

Package oracle.javatools.compare

Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations.

See:
          Description

Interface Summary
CompareAlgorithm An algorithm capable of comparing two contributors and returning a model of the differences between them.
CompareHintListener  
CompareMergeAlgorithm An algorithm capable of merging two contributors and returning a model of conflicting differences.
CompareModel The model for a comparison between two CompareElements.
CompareView A component that is used to visualize the differences between CompareContributors.
EditableContributor Deprecated. replaced by EditableContributor.
 

Class Summary
CompareContributor The base class for a single participant in compare.
CompareDifference The base class representing a compare / merge difference.
CompareHints Compare viewer and component are used in components other than the compare tool.
CompareMain Deprecated. replaced by the diff/merge/VHV tool.
CompareMain.FileCompareContributor  
CompareMode Enumeration-style class representing the mode of a compare view.
CompareModelFactory Factory that knows how to create a CompareModel using a CompareAlgorithm.
CompareType Enumeration-style class representing the compare type (text, directory, etc).
CompareUtils Miscellaneous utilities (for the client) that make use of the compare algorithms.
CompareViewFactory Factory that can be used to obtain a compare view from a model without knowing specifically which viewer is being used.
ContributorKind There are up to three contributors to a compare operation.
 

Enum Summary
CompareViewBias Constants for the bias of a CompareView instance.
 

Exception Summary
CompareFailedException An exception indicating that an error occurred during compare.
 

Package oracle.javatools.compare Description

Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations.


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

E13403-07

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