oracle.javatools.compare
Class CompareDifference
java.lang.Object
  
oracle.javatools.compare.CompareDifference
public class CompareDifference
- extends java.lang.Object
 
The base class representing a compare / merge difference.
- Since:
 
  - 10.1.3.0.3
 
 
 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompareDifference
protected CompareDifference()
CompareDifference
protected CompareDifference(CompareDifference compareDifference)
isConflict
public boolean isConflict()
 
setConflict
public void setConflict(boolean conflict)
 
isResolved
public boolean isResolved()
 
setResolved
public void setResolved(boolean resolved)
 
clone
public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
- Overrides:
 clone in class java.lang.Object
 
- Throws:
 java.lang.CloneNotSupportedException
 
cloneDifferences
public static final CompareDifference[] cloneDifferences(CompareDifference[] differences)
                                                  throws java.lang.CloneNotSupportedException
- Throws:
 java.lang.CloneNotSupportedException
 
Copyright © 1997, 2010, Oracle. All rights reserved.