Uses of Class
org.apache.commons.cli.DefaultParser.Builder
-
Packages that use DefaultParser.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 DefaultParser.Builder in org.apache.commons.cli
Methods in org.apache.commons.cli that return DefaultParser.Builder Modifier and Type Method Description static DefaultParser.BuilderDefaultParser. builder()Creates a newDefaultParser.Builderto create anDefaultParserusing descriptive methods.DefaultParser.BuilderDefaultParser.Builder. setAllowPartialMatching(boolean allowPartialMatching)Sets if partial matching of long options is supported.DefaultParser.BuilderDefaultParser.Builder. setDeprecatedHandler(java.util.function.Consumer<Option> deprecatedHandler)Sets the deprecated option handler.DefaultParser.BuilderDefaultParser.Builder. setStripLeadingAndTrailingQuotes(java.lang.Boolean stripLeadingAndTrailingQuotes)Sets if balanced leading and trailing double quotes should be stripped from option arguments.
-