Skip navigation links

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

E52944-01


oracle.javatools.db.diff
Class GenericNameDiffer

java.lang.Object
  extended by oracle.javatools.db.diff.GenericBeanDiffer
      extended by oracle.javatools.db.diff.GenericNameDiffer

All Implemented Interfaces:
Differ

public class GenericNameDiffer
extends GenericBeanDiffer

Generic differ that only diffs the name of a bean, all other properties are ignored.


Constructor Summary
GenericNameDiffer()
           

 

Method Summary
protected  boolean ignoreProperty(PropertyInfo prop)
          Ignores the given property.

 

Methods inherited from class oracle.javatools.db.diff.GenericBeanDiffer
diff, diffProperty

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

GenericNameDiffer

public GenericNameDiffer()

Method Detail

ignoreProperty

protected boolean ignoreProperty(PropertyInfo prop)
Description copied from class: GenericBeanDiffer
Ignores the given property. Override to provide different implementation.
Overrides:
ignoreProperty in class GenericBeanDiffer

Skip navigation links

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

E52944-01


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