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
public CompareDifference()
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
Copyright © 1997, 2005, Oracle.All rights reserved.