|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonOptionArgumentSpec | |
---|---|
joptsimple |
Uses of NonOptionArgumentSpec in joptsimple |
---|
Methods in joptsimple that return NonOptionArgumentSpec | ||
---|---|---|
NonOptionArgumentSpec<V> |
NonOptionArgumentSpec.describedAs(String description)
Specifies a description for the non-option arguments that this spec represents. |
|
NonOptionArgumentSpec<String> |
OptionParser.nonOptions()
|
|
NonOptionArgumentSpec<String> |
OptionDeclarer.nonOptions()
Gives an object that represents an access point for non-option arguments on a command line. |
|
NonOptionArgumentSpec<String> |
OptionParser.nonOptions(String description)
|
|
NonOptionArgumentSpec<String> |
OptionDeclarer.nonOptions(String description)
Gives an object that represents an access point for non-option arguments on a command line. |
|
|
NonOptionArgumentSpec.ofType(Class<T> argumentType)
Specifies a type to which the non-option arguments are to be converted. |
|
|
NonOptionArgumentSpec.withValuesConvertedBy(ValueConverter<T> aConverter)
Specifies a converter to use to translate non-option arguments into Java objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |