Package org.apache.tika.config
Interface InitializableProblemHandler
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This is to be used to handle potential recoverable problems that
might arise during initialization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InitializableProblemHandlerDeprecated.static final InitializableProblemHandlerDeprecated.Strategy that simply ignores all problems.static final InitializableProblemHandlerDeprecated.Strategy that logs warnings of all problems using aLoggercreated using the given class name.static final InitializableProblemHandlerDeprecated.static final InitializableProblemHandlerDeprecated.Strategy that logs warnings of all problems using aLoggercreated using the given class name. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleInitializableProblem(String className, String message) Deprecated.
-
Field Details
-
IGNORE
Deprecated.Strategy that simply ignores all problems. -
INFO
Deprecated.Strategy that logs warnings of all problems using aLoggercreated using the given class name. -
WARN
Deprecated.Strategy that logs warnings of all problems using aLoggercreated using the given class name. -
THROW
Deprecated. -
DEFAULT
Deprecated.
-
-
Method Details
-
handleInitializableProblem
Deprecated.- Throws:
TikaConfigException
-