@ThreadSafe public final class CommandLine extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
COMMAND_ARGUMENT_PATTERN
Matches and groups a single command argument, delimited by whitepace.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<String,Option> |
compileBaseOptions()
Compiles a map of options that are common to all command line executables.
|
public static final Pattern COMMAND_ARGUMENT_PATTERN
public static HashMap<String,Option> compileBaseOptions()