Uses of Class
org.apache.tika.server.core.TikaServerConfig
-
Packages that use TikaServerConfig Package Description org.apache.tika.server.core org.apache.tika.server.core.resource -
-
Uses of TikaServerConfig in org.apache.tika.server.core
Methods in org.apache.tika.server.core that return TikaServerConfig Modifier and Type Method Description static 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 TikaServerConfig Modifier and Type Method Description static void
TikaServerCli. noFork(TikaServerConfig tikaServerConfig)
Constructors in org.apache.tika.server.core with parameters of type TikaServerConfig Constructor Description ServerStatusWatcher(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 TikaServerConfig Modifier and Type Method Description static void
TikaResource. init(TikaConfig config, TikaServerConfig tikaServerConfg, DigestingParser.Digester digester, InputStreamFactory inputStreamFactory, ServerStatus serverStatus)
-