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(Boolean stripLeadingAndTrailingQuotes)
Sets if balanced leading and trailing double quotes should be stripped from option arguments.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.