Uses of Class
org.apache.jackrabbit.vault.util.diff.Range
-
Packages that use Range Package Description org.apache.jackrabbit.vault.util.diff -
-
Uses of Range in org.apache.jackrabbit.vault.util.diff
Fields in org.apache.jackrabbit.vault.util.diff declared as Range Modifier and Type Field Description Range
Hunk. left
the range in the left documentRange
Hunk. right
the rnage in the right documentMethods in org.apache.jackrabbit.vault.util.diff that return Range Modifier and Type Method Description Range
Hunk3. getBaseRange()
Returns the range of the base document this hunk spans.Range
Hunk3. getLeftRange()
Returns the range of the left document this hunk spans.Range
Hunk3. getRightRange()
Returns the range of the right document this hunk spans.Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type Range Constructor Description Hunk(Range left, Range right, int type, Hunk prev)
Creates a new hunk and adds it to the previous hunkHunk3(Range base, Range left, Range right, Hunk3 prev)
Constructs a new hunk and appends it to the previous one.
-