Uses of Class
org.apache.tika.config.loader.TikaLoader
Packages that use TikaLoader
Package
Description
-
Uses of TikaLoader in org.apache.tika.config.loader
Methods in org.apache.tika.config.loader that return TikaLoaderModifier and TypeMethodDescriptionstatic 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.static TikaLoaderTikaLoader.loadDefault()Creates a default Tika loader with no configuration file.static TikaLoaderTikaLoader.loadDefault(ClassLoader classLoader) Creates a default Tika loader with no configuration file and a specific class loader. -
Uses of TikaLoader in org.apache.tika.example
Methods in org.apache.tika.example with parameters of type TikaLoaderModifier and TypeMethodDescriptionstatic StringMyFirstTika.parseUsingAutoDetect(String filename, TikaLoader tikaLoader, Metadata metadata) static StringMyFirstTika.parseUsingComponents(String filename, TikaLoader tikaLoader, Metadata metadata) -
Uses of TikaLoader in org.apache.tika.gui
Constructors in org.apache.tika.gui with parameters of type TikaLoader -
Uses of TikaLoader in org.apache.tika.pipes.core.server
Methods in org.apache.tika.pipes.core.server that return TikaLoaderMethods in org.apache.tika.pipes.core.server with parameters of type TikaLoaderModifier and TypeMethodDescriptionstatic SharedServerResourcesSharedServerResources.load(TikaLoader tikaLoader, PipesConfig pipesConfig) Loads shared server resources from configuration.Constructors in org.apache.tika.pipes.core.server with parameters of type TikaLoaderModifierConstructorDescriptionPipesServer(String pipesClientId, TikaLoader tikaLoader, PipesConfig pipesConfig, Socket socket, DataInputStream in, DataOutputStream out, MetadataFilter metadataFilter, ContentHandlerFactory contentHandlerFactory, MetadataWriteLimiterFactory metadataWriteLimiterFactory) -
Uses of TikaLoader in org.apache.tika.server.core.resource
Methods in org.apache.tika.server.core.resource that return TikaLoaderMethods in org.apache.tika.server.core.resource with parameters of type TikaLoaderModifier and TypeMethodDescriptionstatic voidTikaResource.init(TikaLoader tikaLoader, ServerStatus serverStatus, PipesParsingHelper pipesParsingHelper, boolean allowPerRequestConfig) Initialize TikaResource with pipes-based parsing for process isolation.