This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.any23.source.LocalCopyFactory (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

Uses of Interface
org.apache.any23.source.LocalCopyFactory

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.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.