| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.compare.CompareManager
public abstract class CompareManager
The CompareManager provides a mechanism for extensions to register
 CompareMethod instances for handling a custom compare type.
| Field Summary | |
|---|---|
protected static java.lang.String | 
JNDI_NAME
The implementation of CompareManager is stored in this JNDI name.  | 
| Constructor Summary | |
|---|---|
CompareManager()
 | 
|
| Method Summary | |
|---|---|
static CompareManager | 
getCompareManager()
Get the compare manager.  | 
 boolean | 
isContentComparable(java.net.URL url)
Asks whether the content of the given URL is comparable.  | 
 void | 
registerCompareMethod(CompareMethod compareMethod)
Registers a CompareMethod with the compare/merge framework. | 
static void | 
registerXMLNodeClass(java.lang.Class<? extends Element> cls)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected static final java.lang.String JNDI_NAME
| Constructor Detail | 
|---|
public CompareManager()
| Method Detail | 
|---|
public static final CompareManager getCompareManager()
public final void registerCompareMethod(CompareMethod compareMethod)
CompareMethod with the compare/merge framework.
compareMethod - the method to be registered.public final boolean isContentComparable(java.net.URL url)
url - the url.
true if the URL represents comparable content.public static final void registerXMLNodeClass(java.lang.Class<? extends Element> cls)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||