Uses of Class
com.martiansoftware.jsap.UnflaggedOption
Packages that use UnflaggedOption
-
Uses of UnflaggedOption in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap that return UnflaggedOptionModifier and TypeMethodDescriptionUnflaggedOption.setDefault
(String defaultValue) Sets a default value for this parameter.UnflaggedOption.setDefault
(String[] defaultValues) Sets one or more default values for this parameter.UnflaggedOption.setGreedy
(boolean greedy) Sets whether this UnflaggedOption is greedy.UnflaggedOption.setList
(boolean isList) Sets whether this UnflaggedOption is a list.UnflaggedOption.setListSeparator
(char listSeparator) Sets the list separator character for this UnflaggedOption.UnflaggedOption.setRequired
(boolean required) Sets whether this UnflaggedOption is required.UnflaggedOption.setStringParser
(StringParser stringParser) Sets the StringParser to which this UnflaggedOption's parse() method should delegate.UnflaggedOption.setUsageName
(String usageName) Sets the name that will be displayed when getUsage() is called