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 HunkDocumentDiff. getHunks()Returns the linked list of hunksHunkHunk. next()Returns the next hunk of this chainHunkHunk. prev()Returns the previous hunk of this chainHunkHunk. 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
-