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 Runnable
protected void launchBrowser() throws Exception
Exception
protected void launchBrowserApple(Runtime runtime) throws Exception
Exception
protected void launchBrowserUnix(Runtime runtime) throws Exception
Exception
protected void launchBrowserWindows(Runtime runtime) throws Exception
Exception