Uses of Class
org.apache.jackrabbit.vault.util.diff.DiffWriter
-
Packages that use DiffWriter Package Description org.apache.jackrabbit.vault.util.diff -
-
Uses of DiffWriter in org.apache.jackrabbit.vault.util.diff
Methods in org.apache.jackrabbit.vault.util.diff with parameters of type DiffWriter Modifier and Type Method Description void
DocumentDiff. write(DiffWriter out, int numContextLines)
Writes the differences to the given writer in a unified diff format.void
DocumentDiff3. write(DiffWriter w, boolean showBase)
Writes the resulting document to the given write.Hunk
Hunk. write(DiffWriter out, int numContextLines)
Writes a unified diff to the given writer and returns the next hunk to continue the output.void
Hunk3. write(DiffWriter out, boolean showBase)
Writes this hunk to a writer.
-