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