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)
Adds left-over unrecognized option/argument.CommandLine.Builder
CommandLine.Builder. addOption(Option opt)
Adds an option to the command line.static CommandLine.Builder
CommandLine. builder()
Creates a new builder.CommandLine.Builder
CommandLine.Builder. setDeprecatedHandler(java.util.function.Consumer<Option> deprecatedHandler)
Sets the deprecated option handler.
-