Uses of Interface
org.apache.jackrabbit.vault.util.diff.ElementsFactory
Packages that use ElementsFactory
-
Uses of ElementsFactory in org.apache.jackrabbit.vault.util.diff
Classes in org.apache.jackrabbit.vault.util.diff that implement ElementsFactoryModifier and TypeClassDescriptionclassImplements an element factory that creates elements from the lines of an input text.classImplements 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 ElementsFactoryModifier and TypeMethodDescriptionDocumentDiff.getMergedLeft()Returns an element factory that provides the elements of the merged result of this diff where the left document is dominant.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 ElementsFactoryModifierConstructorDescriptionDocument(DocumentSource source, ElementsFactory factory) Create a new document with the given source and element factory