public class CommandLineParser extends Object
| Constructor and Description |
|---|
CommandLineParser() |
| Modifier and Type | Method and Description |
|---|---|
static OptionSet |
parseCommands(Template template,
String[] args) |
static OptionSet |
parseCommands(Template template,
String[] args,
boolean allowUndeclared) |
public static OptionSet parseCommands(Template template, String[] args) throws CommandLineException
CommandLineExceptionpublic static OptionSet parseCommands(Template template, String[] args, boolean allowUndeclared) throws CommandLineException
CommandLineExceptionCopyright © 2020. All rights reserved.