UnflaggedOption |
UnflaggedOption.setDefault(java.lang.String defaultValue) |
Sets a default value for this parameter.
|
UnflaggedOption |
UnflaggedOption.setDefault(java.lang.String[] defaultValues) |
Sets one or more default values for this parameter.
|
UnflaggedOption |
UnflaggedOption.setGreedy(boolean greedy) |
Sets whether this UnflaggedOption is greedy.
|
UnflaggedOption |
UnflaggedOption.setList(boolean isList) |
Sets whether this UnflaggedOption is a list.
|
UnflaggedOption |
UnflaggedOption.setListSeparator(char listSeparator) |
Sets the list separator character for this UnflaggedOption.
|
UnflaggedOption |
UnflaggedOption.setRequired(boolean required) |
Sets whether this UnflaggedOption is required.
|
UnflaggedOption |
UnflaggedOption.setStringParser(StringParser stringParser) |
Sets the StringParser to which this UnflaggedOption's parse() method
should delegate.
|
UnflaggedOption |
UnflaggedOption.setUsageName(java.lang.String usageName) |
Sets the name that will be displayed when getUsage() is called
|