Uses of Class
com.gengoai.application.CommandLineParser
-
Packages that use CommandLineParser Package Description com.gengoai.application Interfaces and base classes that take some of the boilerplate out of creating command line and GUI applications.com.gengoai.config Configuration based on json-like syntax that integrates with command line parser, applications, and logging -
-
Uses of CommandLineParser in com.gengoai.application
Methods in com.gengoai.application that return CommandLineParser Modifier and Type Method Description CommandLineParser
CommandLineParser. addOption(NamedOption namedOption)
Add option. -
Uses of CommandLineParser in com.gengoai.config
Methods in com.gengoai.config with parameters of type CommandLineParser Modifier and Type Method Description static String[]
Config. initialize(String programName, String[] args, CommandLineParser parser, String... otherPackages)
Initializes the configuration.static void
Config. setAllCommandLine(CommandLineParser parser)
Sets all properties from the given command line parser.
-