Package | Description |
---|---|
org.apache.commons.cli |
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
|
Modifier and Type | Method and Description |
---|---|
static DefaultParser.Builder |
DefaultParser.builder()
Creates a new
DefaultParser.Builder to create an DefaultParser 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.
|