Package org.apache.any23.source
Interface LocalCopyFactory
-
- All Known Implementing Classes:
MemCopyFactory
public interface LocalCopyFactoryA factory that creates local copies ofDocumentSources. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.any23.source.DocumentSourcecreateLocalCopy(org.apache.any23.source.DocumentSource in)
-
-
-
Method Detail
-
createLocalCopy
org.apache.any23.source.DocumentSource createLocalCopy(org.apache.any23.source.DocumentSource in) throws IOException- Throws:
IOException
-
-