public class CommandLineTool extends Object
| Constructor and Description |
|---|
CommandLineTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
printHelp(String modelName,
joptsimple.OptionParser toPrint) |
static boolean |
printHelpIfRequested(joptsimple.OptionSet generalOptions,
Model model,
joptsimple.OptionParser toPrint)
Prints help if requested.
|
public static String KEY_HELP
public static void main(String[] args) throws IOException
IOExceptionpublic static boolean printHelpIfRequested(joptsimple.OptionSet generalOptions,
Model model,
joptsimple.OptionParser toPrint)
generalOptions - all optionsmodel - optional - model for which help has to be printedtoPrint - public static void printHelp(String modelName, joptsimple.OptionParser toPrint)
Copyright © 2019. All rights reserved.