Uses of Class
org.apache.commons.cli.CommandLine.Builder
-
Packages that use CommandLine.Builder Package Description org.apache.commons.cli Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface. -
-
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.BuilderCommandLine.Builder. addArg(java.lang.String arg)Adds left-over unrecognized option/argument.CommandLine.BuilderCommandLine.Builder. addOption(Option option)Adds an option to the command line.static CommandLine.BuilderCommandLine. builder()Creates a new builder.CommandLine.BuilderCommandLine.Builder. setDeprecatedHandler(java.util.function.Consumer<Option> deprecatedHandler)Sets the deprecated option handler.
-