Extension SDK 10.1.3.36.73

oracle.javatools.compare
Class CompareDifference

java.lang.Object
  extended byoracle.javatools.compare.CompareDifference

public class CompareDifference
extends java.lang.Object

The base class representing a compare / merge difference.

Since:
10.1.3.0.3

Constructor Summary
CompareDifference()
           
 
Method Summary
 java.lang.Object clone()
           
static CompareDifference[] cloneDifferences(CompareDifference[] differences)
           
 boolean isConflict()
           
 boolean isResolved()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareDifference

public CompareDifference()
Method Detail

isConflict

public boolean isConflict()

isResolved

public boolean isResolved()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

cloneDifferences

public static final CompareDifference[] cloneDifferences(CompareDifference[] differences)
                                                  throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException

Extension SDK 10.1.3.36.73

 

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