Uses of Interface
org.apache.jackrabbit.vault.util.diff.DocumentSource
-
Packages that use DocumentSource Package Description org.apache.jackrabbit.vault.util.diff org.apache.jackrabbit.vault.vlt org.apache.jackrabbit.vault.vlt.meta -
-
Uses of DocumentSource in org.apache.jackrabbit.vault.util.diff
Classes in org.apache.jackrabbit.vault.util.diff that implement DocumentSource Modifier and Type Class Description class
DefaultDocumentSource
Provides a default document sourceclass
FileDocumentSource
FileDocumentSource
...Methods in org.apache.jackrabbit.vault.util.diff that return DocumentSource Modifier and Type Method Description DocumentSource
Document.AnnotatedElement. getDocumentSource()
Returns the document source of this element.DocumentSource
LineElementsFactory.IStringElement. getDocumentSource()
DocumentSource
LineElementsFactory.StringElement. getDocumentSource()
DocumentSource
WordsElementsFactory.WordElement. getDocumentSource()
DocumentSource
Document. getSource()
Return the source of this documentMethods in org.apache.jackrabbit.vault.util.diff with parameters of type DocumentSource Modifier and Type Method Description static LineElementsFactory
LineElementsFactory. create(DocumentSource source, Reader text, boolean ignoreWs)
Create a new line element factory for the given source.static LineElementsFactory
LineElementsFactory. create(DocumentSource source, String text, boolean ignoreWs)
Create a new line element factory for the given text.static WordsElementsFactory
WordsElementsFactory. create(DocumentSource source, Reader text)
static WordsElementsFactory
WordsElementsFactory. create(DocumentSource source, String text)
Constructors in org.apache.jackrabbit.vault.util.diff with parameters of type DocumentSource Constructor Description Document(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 Modifier and Type Class Description class
VltFile
VltFile
... -
Uses of DocumentSource in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement DocumentSource Modifier and Type Class Description class
MetaFileDocSource
MetaFileDocSource
...
-