public interface IDocument
IDocument
represent a data source, e.g. a File
(FileDocument
),
an IFile
(IFileDocument
),
or other kinds of data sources (URL, ...). An IIndexer
indexes anIDocument
.Modifier and Type | Method and Description |
---|---|
String |
getEncoding()
Returns the encoding for this document
|
String |
getName()
returns the name of the document (e.g.
|
String |
getType()
Returns the type of the document.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.