public class ServerCommandLineParser
extends java.lang.Object
| Constructor and Description |
|---|
ServerCommandLineParser() |
| Modifier and Type | Method and Description |
|---|---|
Options |
constructOptions() |
ServerCommandLine |
parse(java.lang.String[] commandLineArguments) |
void |
printHelp(int printedRowWidth,
int spacesBeforeOption,
int spacesBeforeOptionDescription,
boolean displayUsage,
java.io.OutputStream out) |
public ServerCommandLine parse(java.lang.String[] commandLineArguments) throws java.lang.Exception
java.lang.Exceptionpublic Options constructOptions()
public void printHelp(int printedRowWidth,
int spacesBeforeOption,
int spacesBeforeOptionDescription,
boolean displayUsage,
java.io.OutputStream out)