Package | Description |
---|---|
com.martiansoftware.jsap |
Modifier and Type | Method and Description |
---|---|
Switch |
Switch.setDefault(String defaultValue)
Sets a default value for this parameter.
|
Switch |
Switch.setDefault(String[] defaultValues)
Sets one or more default values for this parameter.
|
Switch |
Switch.setLongFlag(String longFlag)
Sets the long flag for this Switch.
|
Switch |
Switch.setShortFlag(char shortFlag)
Sets the short flag for this Switch.
|
Copyright © 2015. All rights reserved.