public class BrowserLauncher
extends Object
implements Runnable
| Constructor and Description |
|---|
BrowserLauncher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
launchBrowser() |
protected void |
launchBrowserApple(Runtime runtime) |
protected void |
launchBrowserUnix(Runtime runtime) |
protected void |
launchBrowserWindows(Runtime runtime) |
void |
run() |
public void run()
run in interface Runnableprotected void launchBrowser()
throws Exception
Exceptionprotected void launchBrowserApple(Runtime runtime)
throws Exception
Exceptionprotected void launchBrowserUnix(Runtime runtime)
throws Exception
Exceptionprotected void launchBrowserWindows(Runtime runtime)
throws Exception
Exception