|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiffPatchMerge.Patch | |
---|---|
org.jboss.errai.otec.client.util |
Uses of DiffPatchMerge.Patch in org.jboss.errai.otec.client.util |
---|
Methods in org.jboss.errai.otec.client.util that return types with arguments of type DiffPatchMerge.Patch | |
---|---|
LinkedList<DiffPatchMerge.Patch> |
DiffPatchMerge.patch_deepCopy(LinkedList<DiffPatchMerge.Patch> patches)
Given an array of patches, return another array that is identical. |
LinkedList<DiffPatchMerge.Patch> |
DiffPatchMerge.patch_make(LinkedList<DiffPatchMerge.Diff> diffs)
Compute a list of patches to turn text1 into text2. |
LinkedList<DiffPatchMerge.Patch> |
DiffPatchMerge.patch_make(String text1,
LinkedList<DiffPatchMerge.Diff> diffs)
Compute a list of patches to turn text1 into text2. |
LinkedList<DiffPatchMerge.Patch> |
DiffPatchMerge.patch_make(String text1,
String text2)
Compute a list of patches to turn text1 into text2. |
LinkedList<DiffPatchMerge.Patch> |
DiffPatchMerge.patch_make(String text1,
String text2,
LinkedList<DiffPatchMerge.Diff> diffs)
Deprecated. Prefer patch_make(String text1, LinkedList |
Methods in org.jboss.errai.otec.client.util with parameters of type DiffPatchMerge.Patch | |
---|---|
protected void |
DiffPatchMerge.patch_addContext(DiffPatchMerge.Patch patch,
String text)
Increase the context until it is unique, but don't let the pattern expand beyond Match_MaxBits. |
Method parameters in org.jboss.errai.otec.client.util with type arguments of type DiffPatchMerge.Patch | |
---|---|
String |
DiffPatchMerge.patch_addPadding(LinkedList<DiffPatchMerge.Patch> patches)
Add some padding on text start and end so that edges can match something. |
Object[] |
DiffPatchMerge.patch_apply(LinkedList<DiffPatchMerge.Patch> patches,
String text)
Merge a set of patches onto the text. |
LinkedList<DiffPatchMerge.Patch> |
DiffPatchMerge.patch_deepCopy(LinkedList<DiffPatchMerge.Patch> patches)
Given an array of patches, return another array that is identical. |
void |
DiffPatchMerge.patch_splitMax(LinkedList<DiffPatchMerge.Patch> patches)
Look through the patches and break up any which are longer than the maximum limit of the match algorithm. |
String |
DiffPatchMerge.patch_toText(List<DiffPatchMerge.Patch> patches)
Take a list of patches and return a textual representation. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |