| Modifier and Type | Method and Description |
|---|---|
static void |
runApp(java.lang.String appName)
Start the named app in the current thread.
|
static void |
runAppAndThrowException(java.lang.String appName)
Start the named app in the current thread.
|
static void |
runAppThreaded(java.lang.String appName)
Start the named app in a new thread.
|
public static void runApp(java.lang.String appName)
appName - name of the app to runpublic static void runAppAndThrowException(java.lang.String appName)
throws java.lang.Throwable
appName - name of the app to runjava.lang.Throwablepublic static void runAppThreaded(java.lang.String appName)
appName - name of the app to run