public class CommandArgs extends Object
Constructor and Description |
---|
CommandArgs(String type) |
Modifier and Type | Method and Description |
---|---|
String |
getArgsOrg() |
CommandLine |
getCommandLine(String[] args) |
String[] |
getSikuliArgs() |
String[] |
getUserArgs() |
static boolean |
isIDE() |
static boolean |
isScript() |
void |
printHelp()
Prints the help
|
static String[] |
scanArgs(String[] args) |
public CommandArgs(String type)
public static boolean isIDE()
public static boolean isScript()
public CommandLine getCommandLine(String[] args)
public String[] getUserArgs()
public String[] getSikuliArgs()
public void printHelp()
public String getArgsOrg()