Package com.norconex.importer.parser
Interface IDocumentParserFactory
- All Known Implementing Classes:
GenericDocumentParserFactory
public interface IDocumentParserFactory
Factory providing document parsers for documents.
- Author:
- Pascal Essiembre
-
Method Summary
Modifier and TypeMethodDescriptiongetParser(String documentReference, ContentType contentType) Gets a document parser, optionally based on its reference or content type.
-
Method Details
-
getParser
Gets a document parser, optionally based on its reference or content type.- Parameters:
documentReference- document referencecontentType- content type- Returns:
- document parser
-