Package org.apache.tika.config


@Version("1.0.0") package org.apache.tika.config
Tika configuration tools.
  • Class
    Description
    Utility for deserializing JSON configuration without compile-time dependency on Jackson.
    Utility class for validating configuration parameters.
    Configuration for limits on embedded document processing.
    Global Tika configuration settings that don't belong to specific components.
    Service loader configuration.
    XML reader utilities security configuration.
    Components that must do special processing across multiple fields at initialization time should implement this interface.
    Interface for objects that provide JSON configuration strings.
    Helper class for loading JSON config templates with placeholder replacement.
    Configuration for output and security limits.
    Facade for accessing runtime configuration from ParseContext's jsonConfigs.
    Marker interface indicating that a component reads its own configuration from ParseContext's jsonConfigs at runtime.
    Internal utility class that Tika uses to look up service providers.
    Bundle activator that adjust the class loading mechanism of the ServiceLoader class to work correctly in an OSGi environment.
    Annotation for Tika components (parsers, detectors, etc.) that enables: Automatic SPI file generation (META-INF/services/...) Name-based component registry for JSON configuration
    Tracks parse progress for the two-tier timeout system.
    Configuration for the two-tier task timeout system.