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

E13403-05

oracle.javatools.db.diff
Class GenericToStringDiffer

java.lang.Object
  extended by oracle.javatools.db.diff.GenericToStringDiffer
All Implemented Interfaces:
Differ

public class GenericToStringDiffer
extends java.lang.Object
implements Differ

Differ that will compare two objects if the ToStringManager can convert them to Strings.


Constructor Summary
GenericToStringDiffer()
           
 
Method Summary
 boolean diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
          Diff two objects and place any results in the DiffContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericToStringDiffer

public GenericToStringDiffer()
Method Detail

diff

public boolean diff(java.lang.Object a,
                    java.lang.Object b,
                    ResultSet r,
                    DiffContext c)
Description copied from interface: Differ
Diff two objects and place any results in the DiffContext.

Specified by:
diff in interface Differ
Returns:
true if the diff operation has been performed by this Differ.

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.