|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalCopyFactory | |
---|---|
org.apache.any23 | TODO fillme |
org.apache.any23.extractor | TODO fillme |
org.apache.any23.source | TODO fillme |
Uses of LocalCopyFactory in org.apache.any23 |
---|
Methods in org.apache.any23 with parameters of type LocalCopyFactory | |
---|---|
void |
Any23.setCacheFactory(LocalCopyFactory cache)
Allows to set a LocalCopyFactory instance. |
Uses of LocalCopyFactory in org.apache.any23.extractor |
---|
Methods in org.apache.any23.extractor with parameters of type LocalCopyFactory | |
---|---|
void |
SingleDocumentExtraction.setLocalCopyFactory(LocalCopyFactory copyFactory)
Sets the internal factory for generating the document local copy, if null the MemCopyFactory will be used. |
Uses of LocalCopyFactory in org.apache.any23.source |
---|
Classes in org.apache.any23.source that implement LocalCopyFactory | |
---|---|
class |
MemCopyFactory
Creates local copies of DocumentSource by
reading them into an in-memory buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |