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 SwitchSwitch. setDefault(java.lang.String defaultValue)Sets a default value for this parameter.SwitchSwitch. setDefault(java.lang.String[] defaultValues)Sets one or more default values for this parameter.SwitchSwitch. setLongFlag(java.lang.String longFlag)Sets the long flag for this Switch.SwitchSwitch. setShortFlag(char shortFlag)Sets the short flag for this Switch.
-