org.netbeans.modules.xml.xdm.diff
Class SyncPreparation
java.lang.Object
org.netbeans.modules.xml.xdm.diff.SyncPreparation
public class SyncPreparation
- extends Object
Support for two-phased sync protocol.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncPreparation
public SyncPreparation(Document newDoc)
- Creates a new instance of SyncPreparation
SyncPreparation
public SyncPreparation(Document oldDoc,
List<Difference> diffs)
SyncPreparation
public SyncPreparation(Exception err)
getNewDocument
public Document getNewDocument()
getOldDocument
public Document getOldDocument()
getDifferences
public List<Difference> getDifferences()
hasErrors
public boolean hasErrors()
getError
public IOException getError()