Uses of Class
org.apache.jackrabbit.vault.util.diff.Hunk
Packages that use Hunk
-
Uses of Hunk in org.apache.jackrabbit.vault.util.diff
Methods in org.apache.jackrabbit.vault.util.diff that return HunkModifier and TypeMethodDescriptionDocumentDiff.getHunks()Returns the linked list of hunksHunk.next()Returns the next hunk of this chainHunk.prev()Returns the previous hunk of this chainHunk.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