Uses of Class
org.apache.commons.cli.CommandLine.Builder
-
-
Uses of CommandLine.Builder in org.apache.commons.cli
Methods in org.apache.commons.cli that return CommandLine.Builder Modifier and Type Method Description CommandLine.Builder
CommandLine.Builder. addArg(java.lang.String arg)
Add left-over unrecognized option/argument.CommandLine.Builder
CommandLine.Builder. addOption(Option opt)
Add an option to the command line.
-