Uses of Class
org.apache.jackrabbit.vault.util.diff.Hunk
-
Packages that use Hunk Package Description org.apache.jackrabbit.vault.util.diff -
-
Uses of Hunk in org.apache.jackrabbit.vault.util.diff
Methods in org.apache.jackrabbit.vault.util.diff that return Hunk Modifier and Type Method Description Hunk
DocumentDiff. getHunks()
Returns the linked list of hunksHunk
Hunk. next()
Returns the next hunk of this chainHunk
Hunk. prev()
Returns the previous hunk of this chainHunk
Hunk. write(DiffWriter out, int numContextLines)
Writes a unified diff to the given writer and returns the next hunk to continue the output.Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type Hunk Constructor Description Hunk(Range left, Range right, int type, Hunk prev)
Creates a new hunk and adds it to the previous hunk
-