Uses of Interface
org.apache.jackrabbit.vault.util.diff.ElementsFactory
-
Packages that use ElementsFactory Package Description org.apache.jackrabbit.vault.util.diff -
-
Uses of ElementsFactory in org.apache.jackrabbit.vault.util.diff
Classes in org.apache.jackrabbit.vault.util.diff that implement ElementsFactory Modifier and Type Class Description class
LineElementsFactory
Implements an element factory that creates elements from the lines of an input text.class
WordsElementsFactory
Implements an element factory that creates the elements out from words of the given input stream.Methods in org.apache.jackrabbit.vault.util.diff that return ElementsFactory Modifier and Type Method Description ElementsFactory
DocumentDiff. getMergedLeft()
Returns an element factory that provides the elements of the merged result of this diff where the left document is dominant.ElementsFactory
DocumentDiff. getMergedRight()
Returns an element factory that provides the elements of the merged result of this diff where the right document is dominant.Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type ElementsFactory Constructor Description Document(DocumentSource source, ElementsFactory factory)
Create a new document with the given source and element factory
-