org.apache.any23.source
Interface LocalCopyFactory

All Known Implementing Classes:
MemCopyFactory

public interface LocalCopyFactory

A factory that creates local copies of DocumentSources. The copies are usually identical in content, but stored locally, and hence it is faster to access them repeatedly.

Author:
Richard Cyganiak (richard@cyganiak.de)

Method Summary
 DocumentSource createLocalCopy(DocumentSource in)
           
 

Method Detail

createLocalCopy

DocumentSource createLocalCopy(DocumentSource in)
                               throws IOException
Throws:
IOException


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