Package | Description |
---|---|
org.languagetool.openoffice |
Modifier and Type | Method and Description |
---|---|
MultiDocumentsHandler |
SingleDocument.getMultiDocumentsHandler()
Get MultiDocumentsHandler
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheIO.readAllCaches(Configuration config,
MultiDocumentsHandler mDocHandler)
read all caches (document cache, all result caches) from cache file if it exists
|
void |
CacheIO.saveCaches(DocumentCache docCache,
List<org.languagetool.openoffice.ResultCache> paragraphsCache,
SingleDocument.IgnoredMatches ignoredMatches,
Configuration config,
MultiDocumentsHandler mDocHandler)
save all caches if the document exceeds the defined minimum of paragraphs
|