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