Package org.apache.tika.config


package org.apache.tika.config
Tika configuration tools.
  • Class
    Description
    Field annotation is a contract for binding Param value from Tika Configuration to an object.
    Components that must do special processing across multiple fields at initialization time should implement this interface.
    This is to be used to handle potential recoverable problems that might arise during initialization.
    Interface for error handling strategies in service class loading.
    This is a serializable model class for parameters from configuration file.
    This class stores metdata for Field annotation are used to map them to Param 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.
    Parse xml config file.