Uses of Enum
org.apache.tika.sax.BasicContentHandlerFactory.HANDLER_TYPE
Packages that use BasicContentHandlerFactory.HANDLER_TYPE
-
Uses of BasicContentHandlerFactory.HANDLER_TYPE in org.apache.tika.pipes
Methods in org.apache.tika.pipes that return BasicContentHandlerFactory.HANDLER_TYPEConstructors in org.apache.tika.pipes with parameters of type BasicContentHandlerFactory.HANDLER_TYPEModifierConstructorDescriptionHandlerConfig(BasicContentHandlerFactory.HANDLER_TYPE type, HandlerConfig.PARSE_MODE parseMode, int writeLimit, int maxEmbeddedResources, boolean throwOnWriteLimitReached) -
Uses of BasicContentHandlerFactory.HANDLER_TYPE in org.apache.tika.sax
Methods in org.apache.tika.sax that return BasicContentHandlerFactory.HANDLER_TYPEModifier and TypeMethodDescriptionBasicContentHandlerFactory.getType()BasicContentHandlerFactory.parseHandlerType(String handlerTypeName, BasicContentHandlerFactory.HANDLER_TYPE defaultType) Tries to parse string into handler type.Returns the enum constant of this type with the specified name.BasicContentHandlerFactory.HANDLER_TYPE.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.sax with parameters of type BasicContentHandlerFactory.HANDLER_TYPEModifier and TypeMethodDescriptionBasicContentHandlerFactory.parseHandlerType(String handlerTypeName, BasicContentHandlerFactory.HANDLER_TYPE defaultType) Tries to parse string into handler type.Constructors in org.apache.tika.sax with parameters of type BasicContentHandlerFactory.HANDLER_TYPEModifierConstructorDescriptionBasicContentHandlerFactory(BasicContentHandlerFactory.HANDLER_TYPE type, int writeLimit) BasicContentHandlerFactory(BasicContentHandlerFactory.HANDLER_TYPE type, int writeLimit, boolean throwOnWriteLimitReached, ParseContext parseContext)