public class ServerArgs
The arguments needed to run a local server; populated by JCommander from the command-line.
| Constructor and Description |
|---|
ServerArgs()
The arguments needed to run a local server; populated by JCommander from the command-line.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
java.lang.String |
getRoot() |
void |
setPort(int p) |
void |
setRoot(java.lang.String p) |