org.jboss.errai.otec.client.util
Class DiffPatchMerge.Patch
java.lang.Object
org.jboss.errai.otec.client.util.DiffPatchMerge.Patch
- Enclosing class:
- DiffPatchMerge
public static class DiffPatchMerge.Patch
- extends Object
Class representing one patch operation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
diffs
public LinkedList<DiffPatchMerge.Diff> diffs
start1
public int start1
start2
public int start2
length1
public int length1
length2
public int length2
DiffPatchMerge.Patch
public DiffPatchMerge.Patch()
- Constructor. Initializes with an empty list of diffs.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.