TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.tools.plugin.runner
Class CommandLineParser

java.lang.Object
  extended byorg.eclipse.hyades.test.tools.plugin.runner.CommandLineParser

public class CommandLineParser
extends java.lang.Object


Constructor Summary
CommandLineParser()
           
 
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
 

Constructor Detail

CommandLineParser

public CommandLineParser()
Method Detail

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.


TPTP 4.3.0 Testing Tools Project
Public API Specification