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