Package org.apache.tika.server.core
Class TikaServerCli
- java.lang.Object
-
- org.apache.tika.server.core.TikaServerCli
-
public class TikaServerCli extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TIKA_SERVER_ID_ENV
This value is set to the server's id in the forked process.
-
Constructor Summary
Constructors Constructor Description TikaServerCli()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
noFork(TikaServerConfig tikaServerConfig)
static void
stop(String[] args)
-
-
-
Field Detail
-
TIKA_SERVER_ID_ENV
public static String TIKA_SERVER_ID_ENV
This value is set to the server's id in the forked process.
-
-
Method Detail
-
main
public static void main(String[] args)
-
stop
public static void stop(String[] args)
-
noFork
public static void noFork(TikaServerConfig tikaServerConfig) throws Exception
- Throws:
Exception
-
-