Modifier and type | Action and description |
---|---|
static java.lang.String | getCommandLineDefinition(String,boolean) Replies the option for definition a property. |
static java.lang.String | getCommandLineDefinition(String,long) Replies the option for definition a property. |
static java.lang.String | getCommandLineDefinition(String,double) Replies the option for definition a property. |
static java.lang.String | getCommandLineDefinition(String,String) Replies the option for definition a property. |
static java.lang.String | getCommandLineLastOptionPrefix Replies the characters to be used to mark the last option on the command line. |
static java.lang.String | getCommandLineLongOptionPrefix Replies the characters to be used as long-option prefix on the command line. |
static java.lang.String | getCommandLineOption(String) Replies the option prefixed with the characters to be used as option prefix on the command line. |
static java.lang.String | getCommandLineOption(String,boolean) Replies the option prefixed with the characters to be used as option prefix on the command line and postfixed with the given boolean value. |
static java.lang.String | getCommandLineOption(String,long) Replies the option prefixed with the characters to be used as option prefix on the command line and postfixed with the given boolean value. |
static java.lang.String | getCommandLineOption(String,double) Replies the option prefixed with the characters to be used as option prefix on the command line and postfixed with the given boolean value. |
static java.lang.String | getCommandLineOption(String,String) Replies the option prefixed with the characters to be used as option prefix on the command line and postfixed with the given boolean value. |
static java.lang.String | getCommandLineShortOptionPrefix Replies the characters to be used as short-option prefix on the command line. |
static java.lang.String | getUnixCommandLineLastOptionPrefix Replies the characters to be used to mark the last option on the command line. |
static java.lang.String | getUnixCommandLineLongOptionPrefix Replies the characters to be used as long-option prefix on the command line on Unix. |
static java.lang.String | getUnixCommandLineOption(String) Replies the option prefixed with the characters to be used as option prefix on the command line. |
static java.lang.String | getUnixCommandLineOption(String,String) Replies the option prefixed with the characters to be used as option prefix on the command line and postfixed with the given boolean value. |
static java.lang.String | getUnixCommandLineShortOptionPrefix Replies the characters to be used as short-option prefix on the command line. |
def getCommandLineDefinition(String,boolean) : java.lang.String
def getCommandLineDefinition(String,long) : java.lang.String
def getCommandLineDefinition(String,double) : java.lang.String
def getCommandLineDefinition(String,String) : java.lang.String
def getCommandLineLastOptionPrefix : java.lang.String
def getCommandLineLongOptionPrefix : java.lang.String
def getCommandLineOption(String) : java.lang.String
def getCommandLineOption(String,boolean) : java.lang.String
def getCommandLineOption(String,long) : java.lang.String
def getCommandLineOption(String,double) : java.lang.String
def getCommandLineOption(String,String) : java.lang.String
def getCommandLineShortOptionPrefix : java.lang.String
def getUnixCommandLineLastOptionPrefix : java.lang.String
def getUnixCommandLineLongOptionPrefix : java.lang.String
def getUnixCommandLineOption(String) : java.lang.String
def getUnixCommandLineOption(String,String) : java.lang.String
def getUnixCommandLineShortOptionPrefix : java.lang.String