@Version("1.0.0")
Package org.apache.tika.config
Tika configuration tools.
-
Interface Summary Interface Description Initializable Components that must do special processing across multiple fields at initialization time should implement this interface.InitializableProblemHandler This is to be used to handle potential recoverable problems that might arise during initialization.LoadErrorHandler Interface for error handling strategies in service class loading. -
Class Summary Class Description ConfigBase Param<T> This is a serializable model class for parameters from configuration file.ParamField ServiceLoader Internal utility class that Tika uses to look up service providers.TikaActivator Bundle activator that adjust the class loading mechanism of theServiceLoader
class to work correctly in an OSGi environment.TikaConfig Parse xml config file.TikaConfigSerializer TikaTaskTimeout -
Enum Summary Enum Description TikaConfigSerializer.Mode -
Annotation Types Summary Annotation Type Description Field Field annotation is a contract for bindingParam
value from Tika Configuration to an object.