Package org.apache.tika.example
Class PickBestTextEncodingParser.CharsetContentHandlerFactory
java.lang.Object
org.apache.tika.example.PickBestTextEncodingParser.CharsetContentHandlerFactory
- All Implemented Interfaces:
Serializable,ContentHandlerFactory
- Enclosing class:
- PickBestTextEncodingParser
protected class PickBestTextEncodingParser.CharsetContentHandlerFactory
extends Object
implements ContentHandlerFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new ContentHandler for extracting content.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tika.sax.ContentHandlerFactory
handlerTypeName
-
Constructor Details
-
CharsetContentHandlerFactory
protected CharsetContentHandlerFactory()
-
-
Method Details
-
createHandler
Description copied from interface:ContentHandlerFactoryCreates a new ContentHandler for extracting content.- Specified by:
createHandlerin interfaceContentHandlerFactory- Returns:
- a new ContentHandler instance
-