Uses of Class
org.apache.commons.cli.DefaultParser.Builder
-
-
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.Builder
DefaultParser. builder()
Creates a newDefaultParser.Builder
to create anDefaultParser
using descriptive methods.DefaultParser.Builder
DefaultParser.Builder. setAllowPartialMatching(boolean allowPartialMatching)
Sets if partial matching of long options is supported.DefaultParser.Builder
DefaultParser.Builder. setStripLeadingAndTrailingQuotes(java.lang.Boolean stripLeadingAndTrailingQuotes)
Sets if balanced leading and trailing double quotes should be stripped from option arguments.
-