public class ClientSideDocDiff extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientSideDocDiff.Adjuster |
Modifier and Type | Field and Description |
---|---|
static DiffMatchPatchJSNI |
dmp |
Modifier and Type | Method and Description |
---|---|
AceDoc |
applyTo(AceDoc doc) |
TransportDiff |
asTransport() |
static ClientSideDocDiff |
diff(AceDoc doc1,
AceDoc doc2) |
static ClientSideDocDiff |
fromTransportDiff(TransportDiff ad) |
String |
getPatchesString() |
boolean |
isIdentity() |
String |
toString() |
public static final DiffMatchPatchJSNI dmp
public static ClientSideDocDiff fromTransportDiff(TransportDiff ad)
public static ClientSideDocDiff diff(AceDoc doc1, AceDoc doc2)
public String getPatchesString()
public TransportDiff asTransport()
public boolean isIdentity()
Copyright © 2017 Magnolia International Ltd.. All rights reserved.