public class StreamOpeningFileBasedDocumentFactory extends AbstractFileBasedDocumentFactory
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
StreamOpeningFileBasedDocumentFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFileContent(File file,
org.dice_research.topicmodeling.utils.doc.Document document)
Adds the content of the given file to the given document.
|
createDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDocumentpublic StreamOpeningFileBasedDocumentFactory()
protected void addFileContent(File file, org.dice_research.topicmodeling.utils.doc.Document document)
AbstractFileBasedDocumentFactoryaddFileContent in class AbstractFileBasedDocumentFactoryfile - the file the newly created document is based ondocument - the document to which the file content should be addedCopyright © 2015–2020. All rights reserved.