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 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 TikaServerConfig Modifier and Type Method Description static voidTikaServerCli. 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 voidTikaResource. init(TikaConfig config, TikaServerConfig tikaServerConfg, DigestingParser.Digester digester, InputStreamFactory inputStreamFactory, ServerStatus serverStatus)
-