Uses of Class
org.apache.jackrabbit.vault.util.diff.Document
Packages that use Document
-
Uses of Document in org.apache.jackrabbit.vault.util.diff
Fields in org.apache.jackrabbit.vault.util.diff declared as DocumentMethods in org.apache.jackrabbit.vault.util.diff with parameters of type DocumentModifier and TypeMethodDescriptionCreate a diff between this document and the given one.Create a tree-way-diff using this document as base.static StringReturns the marker string for the given format and documentvoidChangeListener.onDocumentsEnd(Document left, Document right) Invoked after the iteration over the changes finished.voidDefaultChangeListener.onDocumentsEnd(Document left, Document right) Invoked after the iteration over the changes finished.voidInlineChangeListener.onDocumentsEnd(Document left, Document right) voidChangeListener.onDocumentsStart(Document left, Document right) Invoked before the iteration over the changes start.voidDefaultChangeListener.onDocumentsStart(Document left, Document right) Invoked before the iteration over the changes start.voidInlineChangeListener.onDocumentsStart(Document left, Document right) Document.reverseDiff(Document left) Create a diff between the given document and this one.Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type DocumentModifierConstructorDescriptionDocumentDiff(Document left, Document right) Create a new diff from the given 2 documentsDocumentDiff3(Document base, Document left, Document right) Creates a new document diff 3 object.Creates a new range