Uses of Class
org.apache.tika.exception.TikaConfigException
Packages that use TikaConfigException
Package
Description
Tika configuration tools.
-
Uses of TikaConfigException in org.apache.tika.cli
Methods in org.apache.tika.cli that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic voidXmlToJsonConfigConverter.convert(InputStream xmlInput, OutputStream jsonOutput) Converts an XML Tika configuration stream to JSON format.static voidXmlToJsonConfigConverter.convert(InputStream xmlInput, OutputStream jsonOutput, ClassLoader classLoader) Converts an XML Tika configuration stream to JSON format.static voidConverts an XML Tika configuration file to JSON format. -
Uses of TikaConfigException in org.apache.tika.client
Methods in org.apache.tika.client that throw TikaConfigExceptionModifier and TypeMethodDescriptionorg.apache.http.client.HttpClientHttpClientFactory.build()HttpClientFactory.copy()voidHttpClientFactory.setCredentialsAESEncrypted(boolean credentialsAESEncrypted) -
Uses of TikaConfigException in org.apache.tika.config
Methods in org.apache.tika.config that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic <T> TParseContextConfig.getConfig(ParseContext context, String configKey, Class<T> configClass, T defaultConfig) Retrieves runtime configuration from ParseContext.voidInitializable.initialize()Called after all properties have been set to allow for validation and initialization that depends on multiple properties.static voidConfigValidator.mustNotBeEmpty(String paramName, String paramValue) Validates that a string parameter is not null or blank.static voidConfigValidator.mustNotBeEmpty(String paramName, Path paramValue) Validates that a Path parameter is not null. -
Uses of TikaConfigException in org.apache.tika.config.loader
Methods in org.apache.tika.config.loader that throw TikaConfigExceptionModifier and TypeMethodDescriptionprotected TAbstractSpiComponentLoader.decorateDefaultComposite(T composite, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) Decorate the default composite with additional behavior.protected ParserParserLoader.decorateDefaultComposite(Parser parser, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) <T> T<T> TGet a dependency by class type.<T> TGets a component by its class type.<T> TGets a component by its JSON field name.Class<?>ComponentRegistry.getComponentClass(String name) Looks up a component class by name.ComponentRegistry.getComponentInfo(String name) Looks up full component information by name.LoaderContext.getEncodingDetector()Get the EncodingDetector for injection into parsers.LoaderContext.getRenderer()Get the Renderer for injection into rendering parsers.protected TAbstractSpiComponentLoader.handleSpecialName(String name, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) Handle special component names that require custom loading.protected DetectorDetectorLoader.handleSpecialName(String name, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) static <T> TComponentInstantiator.instantiate(Class<?> componentClass, com.fasterxml.jackson.databind.JsonNode configNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Instantiates a component from a JsonNode configuration.static <T> TComponentInstantiator.instantiate(Class<?> componentClass, JsonConfig jsonConfig, ClassLoader classLoader, String componentTypeName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Instantiates a component with JsonConfig constructor or falls back to zero-arg constructor.static <T> TComponentInstantiator.instantiate(String typeName, com.fasterxml.jackson.databind.JsonNode configNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ClassLoader classLoader) Instantiates a component by resolving a friendly name or FQCN to a class.<T> TLoaderContext.instantiate(String name, com.fasterxml.jackson.databind.JsonNode configNode) Instantiate a component by name and config.static <T> TComponentInstantiator.instantiateComponent(String typeName, com.fasterxml.jackson.databind.JsonNode configNode, com.fasterxml.jackson.databind.ObjectMapper mapper, ClassLoader classLoader, Class<?> expectedType) Instantiates a Tika component with full special-case handling.AbstractSpiComponentLoader.load(TikaJsonConfig config, LoaderContext context) ComponentLoader.load(TikaJsonConfig config, LoaderContext context) Load components from the JSON config.<T> TLoads a configuration object using the class name converted to kebab-case.<T> TLoads a configuration object using the class name, with a default value.<T> TLoads a configuration object from the specified JSON key.<T> TLoads a configuration object from the specified JSON key, with a default value.static TikaJsonConfigTikaJsonConfig.load(InputStream inputStream) Loads configuration from an input stream.static TikaJsonConfigLoads configuration from a file.static TikaLoaderLoads a Tika configuration from a file.static TikaLoaderTikaLoader.load(Path configPath, ClassLoader classLoader) Loads a Tika configuration from a file with a specific class loader.TikaLoader.loadAutoDetectParser()Loads and returns an AutoDetectParser configured with this loader's parsers and detectors.protected abstract TAbstractSpiComponentLoader.loadComponent(String name, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) Load a single component from config.protected DetectorDetectorLoader.loadComponent(String name, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) protected EncodingDetectorEncodingDetectorLoader.loadComponent(String name, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) protected ParserParserLoader.loadComponent(String name, com.fasterxml.jackson.databind.JsonNode configNode, LoaderContext context) <T> TTikaLoader.loadConfig(Class<T> clazz, T defaults) Loads a configuration object from the "parse-context" section, merging with defaults.<T> TTikaLoader.loadConfig(String key, Class<T> clazz, T defaults) Loads a configuration object from the "parse-context" section by explicit key, merging with defaults.TikaLoader.loadContentHandlerFactory()Loads and returns the content handler factory.TikaLoader.loadDetectors()Loads and returns all detectors.TikaLoader.loadEncodingDetectors()Loads and returns all encoding detectors.TikaLoader.loadGlobalSettings()Loads global configuration settings from the JSON config.TikaLoader.loadMetadataFilters()Loads and returns all metadata filters.TikaLoader.loadParseContext()Loads and returns a ParseContext populated with components from the "parse-context" section.TikaLoader.loadParsers()Loads and returns all parsers.TikaLoader.loadRenderers()Loads and returns all renderers.TikaLoader.loadTranslator()Loads and returns the translator.<T> TConfigLoader.loadWithDefaults(Class<T> clazz, T defaultValue) Loads a configuration object by class name with defaults, merging JSON properties.<T> TConfigLoader.loadWithDefaults(String key, Class<T> clazz, T defaultValue) Loads a configuration object by merging JSON properties into a copy of the default instance.protected TAbstractSpiComponentLoader.postProcess(T component, LoaderContext context) Post-process a single component (e.g., inject dependencies).protected ParserParserLoader.postProcess(Parser parser, LoaderContext context) AbstractSpiComponentLoader.postProcessList(List<T> components, LoaderContext context) Post-process a list of components (e.g., inject dependencies).Constructors in org.apache.tika.config.loader that throw TikaConfigExceptionModifierConstructorDescriptionComponentRegistry(String indexFileName, ClassLoader classLoader) Creates a component registry by loading the specified index file. -
Uses of TikaConfigException in org.apache.tika.example
Constructors in org.apache.tika.example that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.inference
Methods in org.apache.tika.inference that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidOpenAIImageEmbeddingParser.initialize()voidvoidvoidvoidvoidvoidvoidAbstractEmbeddingFilter.setBaseUrl(String baseUrl) voidImageEmbeddingConfig.RuntimeConfig.setBaseUrl(String baseUrl) voidImageEmbeddingConfig.setBaseUrl(String baseUrl) voidInferenceConfig.RuntimeConfig.setBaseUrl(String baseUrl) voidInferenceConfig.setBaseUrl(String baseUrl) voidOpenAIImageEmbeddingParser.setBaseUrl(String baseUrl) -
Uses of TikaConfigException in org.apache.tika.metadata.filter
Methods in org.apache.tika.metadata.filter that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidCaptureGroupMetadataFilter.initialize()voidFor types seeTikaCoreProperties.EmbeddedResourceTypeConstructors in org.apache.tika.metadata.filter that throw TikaConfigExceptionModifierConstructorDescriptionCaptureGroupMetadataFilter(JsonConfig jsonConfig) Constructor for JSON configuration.Constructor with explicit Config object.ClearByAttachmentTypeMetadataFilter(JsonConfig jsonConfig) Constructor for JSON configuration.Constructor with explicit Config object. -
Uses of TikaConfigException in org.apache.tika.parser.csv
Methods in org.apache.tika.parser.csv that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidTextAndCSVConfig.setNameToDelimiterMap(Map<String, String> map) Set the name-to-delimiter map from String values (for JSON deserialization).Constructors in org.apache.tika.parser.csv that throw TikaConfigExceptionModifierConstructorDescriptionTextAndCSVParser(JsonConfig jsonConfig) This constructor is called by the JSON-based configuration loader. -
Uses of TikaConfigException in org.apache.tika.parser.dwg
Methods in org.apache.tika.parser.dwg that throw TikaConfigExceptionModifier and TypeMethodDescriptionbooleanDWGParserConfig.hasDwgRead()voidDWGParserConfig.initialize() -
Uses of TikaConfigException in org.apache.tika.parser.microsoft.libpst
Methods in org.apache.tika.parser.microsoft.libpst that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidLibPstParser.initialize()voidLibPstParserConfig.RuntimeConfig.setReadPstPath(String readPstPath) voidLibPstParserConfig.setReadPstPath(String readPstPath) -
Uses of TikaConfigException in org.apache.tika.parser.microsoft.rtf
Constructors in org.apache.tika.parser.microsoft.rtf that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.parser.ocr
Methods in org.apache.tika.parser.ocr that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidTesseractOCRParser.checkInitialization()booleanTesseractOCRParser.hasTesseract()voidTesseractOCRParser.initialize()voidTesseractOCRConfig.RuntimeConfig.setImageMagickPath(String imageMagickPath) voidTesseractOCRConfig.setImageMagickPath(String imageMagickPath) voidTesseractOCRParser.setOtherTesseractSettings(List<String> settings) voidTesseractOCRConfig.RuntimeConfig.setTessdataPath(String tessdataPath) voidTesseractOCRConfig.setTessdataPath(String tessdataPath) voidTesseractOCRConfig.RuntimeConfig.setTesseractPath(String tesseractPath) voidTesseractOCRConfig.setTesseractPath(String tesseractPath) Constructors in org.apache.tika.parser.ocr that throw TikaConfigExceptionModifierConstructorDescriptionTesseractOCRParser(JsonConfig jsonConfig) Constructor for JSON configuration.TesseractOCRParser(TesseractOCRConfig tesseractOCRConfig) -
Uses of TikaConfigException in org.apache.tika.parser.ocr.tess4j
Methods in org.apache.tika.parser.ocr.tess4j that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidTess4JParser.initialize()voidTess4JConfig.RuntimeConfig.setDataPath(String dataPath) voidTess4JConfig.setDataPath(String dataPath) Set the path to the tessdata directory.voidTess4JParser.setDataPath(String dataPath) voidTess4JConfig.RuntimeConfig.setNativeLibPath(String nativeLibPath) voidTess4JConfig.setNativeLibPath(String nativeLibPath) Set the path to the directory containing native Tesseract/Leptonica shared libraries.voidTess4JParser.setNativeLibPath(String nativeLibPath) Constructors in org.apache.tika.parser.ocr.tess4j that throw TikaConfigExceptionModifierConstructorDescriptionTess4JParser(JsonConfig jsonConfig) Tess4JParser(Tess4JConfig config) -
Uses of TikaConfigException in org.apache.tika.parser.ocrencode
Methods in org.apache.tika.parser.ocrencode that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidEncodeOCRParser.checkInitialization()voidEncodeOCRParser.initialize() -
Uses of TikaConfigException in org.apache.tika.parser.pkg
Methods in org.apache.tika.parser.pkg that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidZipParserConfig.setEntryEncodingName(String charsetName) Set the entry encoding from a string (for JSON deserialization).Constructors in org.apache.tika.parser.pkg that throw TikaConfigExceptionModifierConstructorDescriptionZipParser(JsonConfig jsonConfig) Constructor for JSON-based configuration. -
Uses of TikaConfigException in org.apache.tika.parser.strings
Methods in org.apache.tika.parser.strings that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidStringsParser.initialize()voidStringsConfig.RuntimeConfig.setFilePath(String filePath) voidStringsConfig.setFilePath(String filePath) Sets the path to the "file" command.voidStringsConfig.RuntimeConfig.setStringsPath(String stringsPath) voidStringsConfig.setStringsPath(String stringsPath) Sets the "strings" installation folder. -
Uses of TikaConfigException in org.apache.tika.parser.transcribe.aws
Methods in org.apache.tika.parser.transcribe.aws that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidAmazonTranscribe.initialize()voidvoidvoidAmazonTranscribeConfig.RuntimeConfig.setClientId(String clientId) voidAmazonTranscribeConfig.setClientId(String clientId) voidAmazonTranscribeConfig.RuntimeConfig.setClientSecret(String clientSecret) voidAmazonTranscribeConfig.setClientSecret(String clientSecret) voidvoid -
Uses of TikaConfigException in org.apache.tika.parser.vlm
Methods in org.apache.tika.parser.vlm that throw TikaConfigExceptionModifier and TypeMethodDescriptionprotected VLMOCRConfigAbstractVLMParser.getConfig(ParseContext parseContext) voidAbstractVLMParser.initialize()voidvoidvoidvoidAbstractVLMParser.setBaseUrl(String baseUrl) voidVLMOCRConfig.RuntimeConfig.setBaseUrl(String baseUrl) voidVLMOCRConfig.setBaseUrl(String baseUrl) -
Uses of TikaConfigException in org.apache.tika.pipes.core
Methods in org.apache.tika.pipes.core that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidAbstractComponentManager.deleteComponent(String componentId) Deletes a component configuration by ID.AbstractComponentManager.getFactories(org.pf4j.PluginManager pluginManager) static PipesConfigPipesConfig.load(TikaJsonConfig tikaJsonConfig) Loads PipesConfig from the "pipes" section of the JSON configuration.static PipesParserLoads a PipesParser from a configuration file path.voidAbstractComponentManager.saveComponent(ExtensionConfig config) Dynamically adds or updates a component configuration at runtime.voidEmitStrategyConfig.setThresholdBytes(Long thresholdBytes) Set the threshold in bytes for DYNAMIC strategy.voidEmitStrategyConfig.setType(EmitStrategy type) Set the emit strategy type.protected Map<String,ExtensionConfig> AbstractComponentManager.validateAndCollectConfigs(org.pf4j.PluginManager pluginManager, com.fasterxml.jackson.databind.JsonNode configNode) Validates the configuration and collects component configs without instantiating. -
Uses of TikaConfigException in org.apache.tika.pipes.core.config
Methods in org.apache.tika.pipes.core.config that throw TikaConfigExceptionModifier and TypeMethodDescriptionFileBasedConfigStoreFactory.buildExtension(ExtensionConfig config) static ConfigStoreConfigStoreFactory.createConfigStore(org.pf4j.PluginManager pluginManager, String configStoreType, ExtensionConfig extensionConfig) Creates a ConfigStore instance based on configuration. -
Uses of TikaConfigException in org.apache.tika.pipes.core.emitter
Methods in org.apache.tika.pipes.core.emitter that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidEmitterManager.deleteEmitter(String emitterId) Deletes an emitter configuration by ID.static EmitterManagerEmitterManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig) Loads an EmitterManager without allowing runtime modifications.static EmitterManagerEmitterManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig, boolean allowRuntimeModifications) Loads an EmitterManager with optional support for runtime modifications.static EmitterManagerEmitterManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig, boolean allowRuntimeModifications, ConfigStore configStore) Loads an EmitterManager with optional support for runtime modifications and a custom config store.voidEmitterManager.saveEmitter(ExtensionConfig config) Dynamically adds or updates an emitter configuration at runtime. -
Uses of TikaConfigException in org.apache.tika.pipes.core.fetcher
Methods in org.apache.tika.pipes.core.fetcher that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidFetcherManager.deleteFetcher(String fetcherId) Deletes a fetcher configuration by ID.static FetcherManagerFetcherManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig) Loads a FetcherManager without allowing runtime modifications.static FetcherManagerFetcherManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig, boolean allowRuntimeModifications) Loads a FetcherManager with optional support for runtime modifications.static FetcherManagerFetcherManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig, boolean allowRuntimeModifications, ConfigStore configStore) Loads a FetcherManager with optional support for runtime modifications and a custom config store.voidFetcherManager.saveFetcher(ExtensionConfig config) Dynamically adds or updates a fetcher configuration at runtime. -
Uses of TikaConfigException in org.apache.tika.pipes.core.pipesiterator
Methods in org.apache.tika.pipes.core.pipesiterator that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic Optional<PipesIterator>PipesIteratorManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.core.reporter
Methods in org.apache.tika.pipes.core.reporter that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic PipesReporterReporterManager.load(org.pf4j.PluginManager pluginManager, TikaJsonConfig tikaJsonConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.core.server
Methods in org.apache.tika.pipes.core.server that throw TikaConfigExceptionModifier and TypeMethodDescriptionSharedServerResources.createMergedParseContext(ParseContext requestContext) Creates a merged ParseContext with defaults from tika-config overlaid with request values.static voidServerProtocolIO.validateFetchEmitTuple(FetchEmitTuple fetchEmitTuple) Validates that a FetchEmitTuple's configuration is consistent.Constructors in org.apache.tika.pipes.core.server that throw TikaConfigExceptionModifierConstructorDescriptionPipesServer(String pipesClientId, TikaLoader tikaLoader, PipesConfig pipesConfig, Socket socket, DataInputStream in, DataOutputStream out, MetadataFilter metadataFilter, ContentHandlerFactory contentHandlerFactory, MetadataWriteLimiterFactory metadataWriteLimiterFactory) -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.azblob
Methods in org.apache.tika.pipes.emitter.azblob that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic AZBlobEmitterAZBlobEmitter.build(ExtensionConfig extensionConfig) AZBlobEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static AZBlobEmitterConfigvoidAZBlobEmitterConfig.validate() -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.es
Methods in org.apache.tika.pipes.emitter.es that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic ESEmitterESEmitter.build(ExtensionConfig pluginConfig) ESEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static ESEmitterConfigConstructors in org.apache.tika.pipes.emitter.es that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.fs
Methods in org.apache.tika.pipes.emitter.fs that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic FileSystemEmitterFileSystemEmitter.build(ExtensionConfig pluginConfig) FileSystemEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static FileSystemEmitterConfig -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.gcs
Methods in org.apache.tika.pipes.emitter.gcs that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic GCSEmitterGCSEmitter.build(ExtensionConfig extensionConfig) GCSEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static GCSEmitterConfigvoidGCSEmitterConfig.validate() -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.jdbc
Methods in org.apache.tika.pipes.emitter.jdbc that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic JDBCEmitterJDBCEmitter.build(ExtensionConfig extensionConfig) JDBCEmitterFactory.buildExtension(ExtensionConfig extensionConfig) JDBCEmitterConfig.getAttachmentStrategyEnum()JDBCEmitterConfig.getMultivaluedFieldStrategyEnum()static JDBCEmitterConfigvoidJDBCEmitterConfig.validate() -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.kafka
Methods in org.apache.tika.pipes.emitter.kafka that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic KafkaEmitterKafkaEmitter.build(ExtensionConfig extensionConfig) KafkaEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static KafkaEmitterConfigvoidKafkaEmitterConfig.validate() -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.opensearch
Methods in org.apache.tika.pipes.emitter.opensearch that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic OpenSearchEmitterOpenSearchEmitter.build(ExtensionConfig pluginConfig) OpenSearchEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static OpenSearchEmitterConfigConstructors in org.apache.tika.pipes.emitter.opensearch that throw TikaConfigExceptionModifierConstructorDescriptionOpenSearchEmitter(ExtensionConfig pluginConfig, OpenSearchEmitterConfig config) -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.s3
Methods in org.apache.tika.pipes.emitter.s3 that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic S3EmitterS3Emitter.build(ExtensionConfig extensionConfig) S3EmitterFactory.buildExtension(ExtensionConfig extensionConfig) static S3EmitterConfigvoidS3EmitterConfig.validate() -
Uses of TikaConfigException in org.apache.tika.pipes.emitter.solr
Methods in org.apache.tika.pipes.emitter.solr that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic SolrEmitterSolrEmitter.build(ExtensionConfig extensionConfig) SolrEmitterFactory.buildExtension(ExtensionConfig extensionConfig) static SolrEmitterConfigvoidSolrEmitterConfig.validate() -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.atlassianjwt
Methods in org.apache.tika.pipes.fetcher.atlassianjwt that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic AtlassianJwtFetcherAtlassianJwtFetcher.build(ExtensionConfig pluginConfig) AtlassianJwtFetcherFactory.buildExtension(ExtensionConfig extensionConfig) voidAtlassianJwtFetcher.initialize() -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.atlassianjwt.config
Methods in org.apache.tika.pipes.fetcher.atlassianjwt.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.azblob
Methods in org.apache.tika.pipes.fetcher.azblob that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic AZBlobFetcherAZBlobFetcher.build(ExtensionConfig extensionConfig) AZBlobFetcherFactory.buildExtension(ExtensionConfig extensionConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.azblob.config
Methods in org.apache.tika.pipes.fetcher.azblob.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.fs
Methods in org.apache.tika.pipes.fetcher.fs that throw TikaConfigExceptionModifier and TypeMethodDescriptionFileSystemFetcherFactory.buildExtension(ExtensionConfig extensionConfig) static FileSystemFetcherConfigConstructors in org.apache.tika.pipes.fetcher.fs that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.gcs
Methods in org.apache.tika.pipes.fetcher.gcs that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic GCSFetcherGCSFetcher.build(ExtensionConfig extensionConfig) GCSFetcherFactory.buildExtension(ExtensionConfig extensionConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.gcs.config
Methods in org.apache.tika.pipes.fetcher.gcs.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.googledrive
Methods in org.apache.tika.pipes.fetcher.googledrive that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic GoogleDriveFetcherGoogleDriveFetcher.build(ExtensionConfig pluginConfig) GoogleDriveFetcherFactory.buildExtension(ExtensionConfig extensionConfig) voidGoogleDriveFetcher.initialize() -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.googledrive.config
Methods in org.apache.tika.pipes.fetcher.googledrive.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.http
Methods in org.apache.tika.pipes.fetcher.http that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic HttpFetcherHttpFetcher.build(ExtensionConfig pluginConfig) HttpFetcherFactory.buildExtension(ExtensionConfig extensionConfig) voidHttpFetcher.setHttpFetcherConfig(HttpFetcherConfig httpFetcherConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.http.config
Methods in org.apache.tika.pipes.fetcher.http.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.http.jwt
Methods in org.apache.tika.pipes.fetcher.http.jwt that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic PrivateKeyJwtPrivateKeyCreds.convertBase64ToPrivateKey(String privateKeyBase64) -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.s3
Methods in org.apache.tika.pipes.fetcher.s3 that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic S3FetcherS3Fetcher.build(ExtensionConfig extensionConfig) S3FetcherFactory.buildExtension(ExtensionConfig extensionConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.fetcher.s3.config
Methods in org.apache.tika.pipes.fetcher.s3.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fetchers.microsoftgraph
Methods in org.apache.tika.pipes.fetchers.microsoftgraph that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic MicrosoftGraphFetcherMicrosoftGraphFetcher.build(ExtensionConfig extensionConfig) MicrosoftGraphFetcherFactory.buildExtension(ExtensionConfig extensionConfig) -
Uses of TikaConfigException in org.apache.tika.pipes.fetchers.microsoftgraph.config
Methods in org.apache.tika.pipes.fetchers.microsoftgraph.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.fork
Constructors in org.apache.tika.pipes.fork that throw TikaConfigExceptionModifierConstructorDescriptionCreates a new PipesForkParser with default configuration.PipesForkParser(PipesForkParserConfig config) Creates a new PipesForkParser with the specified configuration. -
Uses of TikaConfigException in org.apache.tika.pipes.ignite
Methods in org.apache.tika.pipes.ignite that throw TikaConfigExceptionModifier and TypeMethodDescriptionIgniteConfigStoreFactory.buildExtension(ExtensionConfig extensionConfig) Constructors in org.apache.tika.pipes.ignite that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.ignite.config
Methods in org.apache.tika.pipes.ignite.config that throw TikaConfigException -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.azblob
Methods in org.apache.tika.pipes.iterator.azblob that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic AZBlobPipesIteratorAZBlobPipesIterator.build(ExtensionConfig extensionConfig) AZBlobPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static AZBlobPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.csv
Methods in org.apache.tika.pipes.iterator.csv that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic CSVPipesIteratorCSVPipesIterator.build(ExtensionConfig extensionConfig) CSVPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static CSVPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.fs
Methods in org.apache.tika.pipes.iterator.fs that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic FileSystemPipesIteratorFileSystemPipesIterator.build(ExtensionConfig pluginConfig) FileSystemPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) voidFileSystemPipesIterator.checkConfig(FileSystemPipesIteratorConfig config) -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.gcs
Methods in org.apache.tika.pipes.iterator.gcs that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic GCSPipesIteratorGCSPipesIterator.build(ExtensionConfig extensionConfig) GCSPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static GCSPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.jdbc
Methods in org.apache.tika.pipes.iterator.jdbc that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic JDBCPipesIteratorJDBCPipesIterator.build(ExtensionConfig extensionConfig) JDBCPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static JDBCPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.kafka
Methods in org.apache.tika.pipes.iterator.kafka that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic KafkaPipesIteratorKafkaPipesIterator.build(ExtensionConfig extensionConfig) KafkaPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static KafkaPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.s3
Methods in org.apache.tika.pipes.iterator.s3 that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic S3PipesIteratorS3PipesIterator.build(ExtensionConfig extensionConfig) S3PipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static S3PipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.iterator.solr
Methods in org.apache.tika.pipes.iterator.solr that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic SolrPipesIteratorSolrPipesIterator.build(ExtensionConfig extensionConfig) SolrPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static SolrPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.pipesiterator.json
Methods in org.apache.tika.pipes.pipesiterator.json that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic JsonPipesIteratorJsonPipesIterator.build(ExtensionConfig extensionConfig) JsonPipesIteratorFactory.buildExtension(ExtensionConfig extensionConfig) static JsonPipesIteratorConfig -
Uses of TikaConfigException in org.apache.tika.pipes.reporter.es
Methods in org.apache.tika.pipes.reporter.es that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic ESPipesReporterESPipesReporter.build(ExtensionConfig pluginConfig) ESReporterFactory.buildExtension(ExtensionConfig extensionConfig) static ESReporterConfigConstructors in org.apache.tika.pipes.reporter.es that throw TikaConfigExceptionModifierConstructorDescriptionESPipesReporter(ExtensionConfig pluginConfig, ESReporterConfig config) -
Uses of TikaConfigException in org.apache.tika.pipes.reporter.fs
Methods in org.apache.tika.pipes.reporter.fs that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic FileSystemStatusReporterFileSystemStatusReporter.build(ExtensionConfig pluginConfig) FileSystemReporterFactory.buildExtension(ExtensionConfig extensionConfig) static FileSystemReporterConfig -
Uses of TikaConfigException in org.apache.tika.pipes.reporter.jdbc
Methods in org.apache.tika.pipes.reporter.jdbc that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic JDBCPipesReporterJDBCPipesReporter.build(ExtensionConfig pluginConfig) JDBCPipesReporterFactory.buildExtension(ExtensionConfig extensionConfig) static JDBCPipesReporterConfigConstructors in org.apache.tika.pipes.reporter.jdbc that throw TikaConfigExceptionModifierConstructorDescriptionJDBCPipesReporter(ExtensionConfig pluginConfig, JDBCPipesReporterConfig config) -
Uses of TikaConfigException in org.apache.tika.pipes.reporter.opensearch
Methods in org.apache.tika.pipes.reporter.opensearch that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic OpenSearchPipesReporterOpenSearchPipesReporter.build(ExtensionConfig pluginConfig) OpenSearchReporterFactory.buildExtension(ExtensionConfig extensionConfig) voidOpenSearchPipesReporter.init()static OpenSearchReporterConfigConstructors in org.apache.tika.pipes.reporter.opensearch that throw TikaConfigExceptionModifierConstructorDescriptionOpenSearchPipesReporter(ExtensionConfig pluginConfig, OpenSearchReporterConfig config) -
Uses of TikaConfigException in org.apache.tika.pipes.reporters
Constructors in org.apache.tika.pipes.reporters that throw TikaConfigExceptionModifierConstructorDescriptionPipesReporterBase(ExtensionConfig pluginConfig, Set<String> includes, Set<String> excludes) -
Uses of TikaConfigException in org.apache.tika.plugins
Methods in org.apache.tika.plugins that throw TikaConfigExceptionModifier and TypeMethodDescriptionTikaExtensionFactory.buildExtension(ExtensionConfig extensionConfig) static TikaPluginManagerLoads plugin manager from a configuration file.static TikaPluginManagerTikaPluginManager.load(TikaJsonConfig tikaJsonConfig) Loads plugin manager from a pre-parsed TikaJsonConfig.static TikaPluginManagerTikaPluginManager.loadFromPaths(String pathsString) Loads plugin manager from a comma-separated string of paths.static <T extends TikaExtension>
Map<String,T> PluginComponentLoader.loadInstances(org.pf4j.PluginManager pluginManager, Class<? extends TikaExtensionFactory<T>> factoryClass, com.fasterxml.jackson.databind.JsonNode configNode) Load multiple named instances from config, grouped by type.static <T extends TikaExtension>
Optional<T>PluginComponentLoader.loadSingleton(org.pf4j.PluginManager pluginManager, Class<? extends TikaExtensionFactory<T>> factoryClass, com.fasterxml.jackson.databind.JsonNode configNode) Load a singleton component from config.static <T extends TikaExtension>
List<T>PluginComponentLoader.loadUnnamedInstances(org.pf4j.PluginManager pluginManager, Class<? extends TikaExtensionFactory<T>> factoryClass, com.fasterxml.jackson.databind.JsonNode configNode) Load multiple unnamed instances from config, keyed by type name. -
Uses of TikaConfigException in org.apache.tika.serialization
Methods in org.apache.tika.serialization that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic voidParseContextUtils.resolveAll(ParseContext context, ClassLoader classLoader) Resolves all JSON configs from ParseContext and adds them to the resolved cache. -
Uses of TikaConfigException in org.apache.tika.server.client
Methods in org.apache.tika.server.client that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic TikaServerClientConfigvoidTikaServerClientConfig.checkInitialization()static TikaClientTikaClient.get(HttpClientFactory httpClientFactory, List<String> tikaServers) -
Uses of TikaConfigException in org.apache.tika.server.core
Methods in org.apache.tika.server.core that throw TikaConfigExceptionModifier and TypeMethodDescriptionvoidTlsConfig.checkInitialization()voidTikaServerConfig.setLogLevel(String level) -
Uses of TikaConfigException in org.apache.tika.server.core.resource
Methods in org.apache.tika.server.core.resource that throw TikaConfigExceptionModifier and TypeMethodDescriptionstatic ParserTikaResource.createParser()TikaDetectors.getDectorsHTML()TikaDetectors.getDetectorsJSON()TikaDetectors.getDetectorsPlain()protected org.apache.tika.server.core.resource.TikaMimeTypes.MediaTypeDetailsTikaMimeTypes.getMediaType(String type, String subtype) protected List<org.apache.tika.server.core.resource.TikaMimeTypes.MediaTypeDetails>TikaMimeTypes.getMediaTypes()TikaMimeTypes.getMimeTypeDetailsHTML(String typePart, String subtype) TikaMimeTypes.getMimeTypeDetailsJSON(String typePart, String subtype) TikaMimeTypes.getMimeTypesHTML()TikaMimeTypes.getMimeTypesJSON()TikaMimeTypes.getMimeTypesPlain()TikaParsers.getParserDetailsHTML()TikaParsers.getParserDetailsJSON()TikaParsers.getParserDetailssPlain()TikaParsers.getParsersHTML()protected StringTikaParsers.getParsersHTML(boolean withMimeTypes) TikaParsers.getParsersJSON()protected StringTikaParsers.getParsersJSON(boolean withMimeTypes) TikaParsers.getParsersPlain()protected StringTikaParsers.getParsersPlain(boolean withMimeTypes) static voidTikaResource.mergeParseContextFromConfig(String configJson, ParseContext context) Parses config JSON and merges parseContext entries into the provided ParseContext.protected MetadataMetadataResource.parseMetadata(TikaInputStream tis, Metadata metadata, jakarta.ws.rs.core.MultivaluedMap<String, String> httpHeaders, jakarta.ws.rs.core.UriInfo info) jakarta.ws.rs.core.StreamingOutputTikaResource.postHtml(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, jakarta.ws.rs.core.HttpHeaders httpHeaders) Parse multipart document with optional config, return HTML.TikaResource.postJson(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, jakarta.ws.rs.core.HttpHeaders httpHeaders) Parse multipart document with optional config, return JSON.jakarta.ws.rs.core.StreamingOutputTikaResource.postMarkdown(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, jakarta.ws.rs.core.HttpHeaders httpHeaders) Parse multipart document with optional config, return Markdown.jakarta.ws.rs.core.StreamingOutputTikaResource.postRaw(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, jakarta.ws.rs.core.HttpHeaders httpHeaders) Parse multipart document with optional config, return XHTML output.jakarta.ws.rs.core.StreamingOutputTikaResource.postText(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, jakarta.ws.rs.core.HttpHeaders httpHeaders) Parse multipart document with optional config, return plain text.jakarta.ws.rs.core.StreamingOutputTikaResource.postXml(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, jakarta.ws.rs.core.HttpHeaders httpHeaders) Parse multipart document with optional config, return XML.static TikaInputStreamTikaResource.setupMultipartConfig(List<org.apache.cxf.jaxrs.ext.multipart.Attachment> attachments, Metadata metadata, ParseContext context) Processes multipart attachments for /config endpoints.Constructors in org.apache.tika.server.core.resource that throw TikaConfigException