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