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 TikaServerConfigTikaServerConfig.load()Config with only the defaultsstatic TikaServerConfigTikaServerConfig.load(org.apache.commons.cli.CommandLine commandLine) Methods in org.apache.tika.server.core with parameters of type TikaServerConfigModifier and TypeMethodDescriptionstatic voidTikaServerCli.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 voidTikaResource.init(TikaConfig config, TikaServerConfig tikaServerConfg, DigestingParser.Digester digester, InputStreamFactory inputStreamFactory, ServerStatus serverStatus)