Package | Description |
---|---|
org.jboss.aerogear.sync.diffmatchpatch |
This package contains classes for the DiffMatchPatch synchronizer core
|
org.jboss.aerogear.sync.diffmatchpatch.client |
This package contains classes for the DiffMatchPatch synchronizer client
|
org.jboss.aerogear.sync.diffmatchpatch.server |
This package contains classes for the DiffMatchPatch synchronizer server
|
Modifier and Type | Method and Description |
---|---|
DiffMatchPatchEdit |
DiffMatchPatchEdit.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Queue<DiffMatchPatchEdit> |
DiffMatchPatchMessage.edits() |
Constructor and Description |
---|
DiffMatchPatchMessage(String documentId,
String clientId,
Queue<DiffMatchPatchEdit> edits) |
Modifier and Type | Method and Description |
---|---|
DiffMatchPatchEdit |
DiffMatchPatchClientSynchronizer.clientDiff(ShadowDocument<String> shadowDocument,
ClientDocument<String> document) |
DiffMatchPatchEdit |
DiffMatchPatchClientSynchronizer.serverDiff(ClientDocument<String> document,
ShadowDocument<String> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<DiffMatchPatchEdit> |
DiffMatchPatchClientSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<DiffMatchPatchEdit> edits) |
PatchMessage<DiffMatchPatchEdit> |
DiffMatchPatchClientSynchronizer.patchMessageFromJson(String json) |
Modifier and Type | Method and Description |
---|---|
ClientDocument<String> |
DiffMatchPatchClientSynchronizer.patchDocument(DiffMatchPatchEdit edit,
ClientDocument<String> document) |
ShadowDocument<String> |
DiffMatchPatchClientSynchronizer.patchShadow(DiffMatchPatchEdit edit,
ShadowDocument<String> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<DiffMatchPatchEdit> |
DiffMatchPatchClientSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<DiffMatchPatchEdit> edits) |
Modifier and Type | Method and Description |
---|---|
DiffMatchPatchEdit |
DiffMatchPatchServerSynchronizer.clientDiff(Document<String> document,
ShadowDocument<String> shadowDocument) |
DiffMatchPatchEdit |
DiffMatchPatchServerSynchronizer.serverDiff(Document<String> document,
ShadowDocument<String> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<DiffMatchPatchEdit> |
DiffMatchPatchServerSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<DiffMatchPatchEdit> edits) |
PatchMessage<DiffMatchPatchEdit> |
DiffMatchPatchServerSynchronizer.patchMessageFromJson(String json) |
Modifier and Type | Method and Description |
---|---|
Document<String> |
DiffMatchPatchServerSynchronizer.patchDocument(DiffMatchPatchEdit edit,
Document<String> document) |
ShadowDocument<String> |
DiffMatchPatchServerSynchronizer.patchShadow(DiffMatchPatchEdit edit,
ShadowDocument<String> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<DiffMatchPatchEdit> |
DiffMatchPatchServerSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<DiffMatchPatchEdit> edits) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.