public class CmdLineParser
extends java.lang.Object
EntryPoint
Modifier and Type | Field and Description |
---|---|
java.lang.Double |
dockerExecTime |
java.lang.String |
dockerImg |
java.lang.String |
dockerMemLimit |
java.lang.Boolean |
help |
java.lang.Integer |
nbThreads |
java.lang.Integer |
sessionCleanerTime |
java.lang.Integer |
sessionMaxInactivity |
java.lang.Integer |
taskMaxInactivity |
Constructor and Description |
---|
CmdLineParser() |
Modifier and Type | Method and Description |
---|---|
static void |
printHelp()
prints help on how to run the server
|
public java.lang.String dockerImg
public java.lang.Double dockerExecTime
public java.lang.String dockerMemLimit
public java.lang.Integer sessionCleanerTime
public java.lang.Integer sessionMaxInactivity
public java.lang.Integer taskMaxInactivity
public java.lang.Boolean help
public java.lang.Integer nbThreads