CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.abbreviatedOptionsAllowed(boolean abbreviatedOptionsAllowed) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.abbreviatedSubcommandsAllowed(boolean abbreviatedSubcommandsAllowed) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.allowOptionsAsOptionParameters(boolean allowOptionsAsOptionParameters) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.allowSubcommandsAsOptionParameters(boolean allowSubcommandsAsOptionParameters) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.aritySatisfiedByAttachedOptionParam(boolean newValue) |
Returns true if options with attached arguments should not consume subsequent arguments and should not validate arity.
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.atFileCommentChar(Character atFileCommentChar) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.caseInsensitiveEnumValuesAllowed(boolean caseInsensitiveEnumValuesAllowed) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.collectErrors(boolean collectErrors) |
Sets whether exceptions during parsing should be collected instead of thrown.
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.endOfOptionsDelimiter(String delimiter) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.expandAtFiles(boolean expandAtFiles) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.limitSplit(boolean limitSplit) |
Sets whether arguments should be split first before any further processing.
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.overwrittenOptionsAllowed(boolean overwrittenOptionsAllowed) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.CommandSpec.parser() |
Returns the parser specification for this command.
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.posixClusteredShortOptionsAllowed(boolean posixClusteredShortOptionsAllowed) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.separator(String separator) |
Sets the String to use as the separator between options and option parameters.
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.splitQuotedStrings(boolean splitQuotedStrings) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.stopAtPositional(boolean stopAtPositional) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.stopAtUnmatched(boolean stopAtUnmatched) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.toggleBooleanFlags(boolean toggleBooleanFlags) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.trimQuotes(boolean trimQuotes) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.unmatchedArgumentsAllowed(boolean unmatchedArgumentsAllowed) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.unmatchedOptionsAllowedAsOptionParameters(boolean unmatchedOptionsAllowedAsOptionParameters) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.unmatchedOptionsArePositionalParams(boolean unmatchedOptionsArePositionalParams) |
|
CommandLine.Model.ParserSpec |
CommandLine.Model.ParserSpec.useSimplifiedAtFiles(boolean useSimplifiedAtFiles) |
|