Uses of Class
org.apache.tika.server.core.TikaServerConfig
Packages that use TikaServerConfig
-
Uses of TikaServerConfig in org.apache.tika.server.core
Methods in org.apache.tika.server.core that return TikaServerConfigModifier and TypeMethodDescriptionstatic TikaServerConfig
TikaServerConfig.load()
Config with only the defaultsstatic TikaServerConfig
TikaServerConfig.load
(org.apache.commons.cli.CommandLine commandLine) Methods in org.apache.tika.server.core with parameters of type TikaServerConfigModifier and TypeMethodDescriptionstatic void
TikaServerCli.noFork
(TikaServerConfig tikaServerConfig) Constructors in org.apache.tika.server.core with parameters of type TikaServerConfigModifierConstructorDescriptionServerStatusWatcher
(ServerStatus serverStatus, InputStream inputStream, Path forkedStatusPath, TikaServerConfig tikaServerConfig) -
Uses of TikaServerConfig in org.apache.tika.server.core.resource
Methods in org.apache.tika.server.core.resource with parameters of type TikaServerConfigModifier and TypeMethodDescriptionstatic void
TikaResource.init
(TikaConfig config, TikaServerConfig tikaServerConfg, DigestingParser.Digester digester, InputStreamFactory inputStreamFactory, ServerStatus serverStatus)