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 voidDocumentDiff. write(DiffWriter out, int numContextLines)Writes the differences to the given writer in a unified diff format. the context lines specify how many unmodified lines should sourround the actual difference.voidDocumentDiff3. write(DiffWriter w, boolean showBase)Writes the resulting document to the given write. this may include conflicting regions.HunkHunk. write(DiffWriter out, int numContextLines)Writes a unified diff to the given writer and returns the next hunk to continue the output.voidHunk3. write(DiffWriter out, boolean showBase)Writes this hunk to a writer. if this hunk represents a conflict it is included in a merge-like manner using the separators defined above. 
 -