org.eclipse.hyades.test.tools.plugin.runner
Class CommandLineParser
java.lang.Object
org.eclipse.hyades.test.tools.plugin.runner.CommandLineParser
- public class CommandLineParser
- extends java.lang.Object
|
Method Summary |
static java.lang.String |
getApplicationToRun(java.lang.String[] args)
Returns the argument of the -testApplication argument from the arguments list.
|
static java.lang.String |
getLocationName(java.lang.String[] args)
|
static int |
getTimeOutDelay(java.lang.String[] args)
|
static boolean |
getUiThreading(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineParser
public CommandLineParser()
getTimeOutDelay
public static int getTimeOutDelay(java.lang.String[] args)
getLocationName
public static java.lang.String getLocationName(java.lang.String[] args)
getUiThreading
public static boolean getUiThreading(java.lang.String[] args)
getApplicationToRun
public static java.lang.String getApplicationToRun(java.lang.String[] args)
- Returns the argument of the -testApplication argument from the arguments list.
Returns null if this argument is not found.