Uses of Class
org.apache.commons.cli.DefaultParser.Builder
-
Uses of DefaultParser.Builder in org.apache.commons.cli
Modifier and TypeMethodDescriptionstatic DefaultParser.Builder
DefaultParser.builder()
Creates a newDefaultParser.Builder
to create anDefaultParser
using descriptive methods.DefaultParser.Builder.setAllowPartialMatching
(boolean allowPartialMatching) Sets if partial matching of long options is supported.DefaultParser.Builder.setDeprecatedHandler
(Consumer<Option> deprecatedHandler) Sets the deprecated option handler.DefaultParser.Builder.setStripLeadingAndTrailingQuotes
(Boolean stripLeadingAndTrailingQuotes) Sets if balanced leading and trailing double quotes should be stripped from option arguments.