Uses of Class
org.apache.jackrabbit.vault.util.diff.DiffWriter

Packages that use DiffWriter
Package
Description
 
  • 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. the context lines specify how many unmodified lines should sourround the actual difference.
    void
    DocumentDiff3.write(DiffWriter w, boolean showBase)
    Writes the resulting document to the given write. this may include conflicting regions.
    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. if this hunk represents a conflict it is included in a merge-like manner using the separators defined above.