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 | Description |
---|---|
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 the
ServiceLoader class to work correctly in an OSGi environment. |
TikaConfig |
Parse xml config file.
|
TikaConfigSerializer |
Enum | Description |
---|---|
TikaConfigSerializer.Mode |
Annotation Type | Description |
---|---|
Field |
Field annotation is a contract for binding
Param value from
Tika Configuration to an object. |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.