Uses of Interface
org.apache.jackrabbit.vault.util.diff.DocumentSource
Packages that use DocumentSource
Package
Description
-
Uses of DocumentSource in org.apache.jackrabbit.vault.util.diff
Classes in org.apache.jackrabbit.vault.util.diff that implement DocumentSourceModifier and TypeClassDescriptionclassProvides a default document sourceclassFileDocumentSource...Methods in org.apache.jackrabbit.vault.util.diff that return DocumentSourceModifier and TypeMethodDescriptionDocument.AnnotatedElement.getDocumentSource()Returns the document source of this element.LineElementsFactory.IStringElement.getDocumentSource()LineElementsFactory.StringElement.getDocumentSource()WordsElementsFactory.WordElement.getDocumentSource()Document.getSource()Return the source of this documentMethods in org.apache.jackrabbit.vault.util.diff with parameters of type DocumentSourceModifier and TypeMethodDescriptionstatic LineElementsFactoryLineElementsFactory.create(DocumentSource source, Reader text, boolean ignoreWs) Create a new line element factory for the given source.static LineElementsFactoryLineElementsFactory.create(DocumentSource source, String text, boolean ignoreWs) Create a new line element factory for the given text.static WordsElementsFactoryWordsElementsFactory.create(DocumentSource source, Reader text) static WordsElementsFactoryWordsElementsFactory.create(DocumentSource source, String text) Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type DocumentSourceModifierConstructorDescriptionDocument(DocumentSource source, ElementsFactory factory) Create a new document with the given source and element factoryIStringElement(DocumentSource source, String string) StringElement(DocumentSource source, String string) WordElement(DocumentSource source, String word, String gutter) -
Uses of DocumentSource in org.apache.jackrabbit.vault.vlt
Classes in org.apache.jackrabbit.vault.vlt that implement DocumentSource -
Uses of DocumentSource in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement DocumentSource