Uses of Class
com.martiansoftware.jsap.Switch
-
Packages that use Switch Package Description com.martiansoftware.jsap -
-
Uses of Switch in com.martiansoftware.jsap
Methods in com.martiansoftware.jsap that return Switch Modifier and Type Method Description Switch
Switch. setDefault(java.lang.String defaultValue)
Sets a default value for this parameter.Switch
Switch. setDefault(java.lang.String[] defaultValues)
Sets one or more default values for this parameter.Switch
Switch. setLongFlag(java.lang.String longFlag)
Sets the long flag for this Switch.Switch
Switch. setShortFlag(char shortFlag)
Sets the short flag for this Switch.
-