com.liferay.portal.util
Class BrowserLauncher
java.lang.Object
com.liferay.portal.util.BrowserLauncher
- All Implemented Interfaces:
- Runnable
public class BrowserLauncher
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserLauncher
public BrowserLauncher()
run
public void run()
- Specified by:
run
in interface Runnable
launchBrowser
protected void launchBrowser()
throws Exception
- Throws:
Exception
launchBrowserApple
protected void launchBrowserApple(Runtime runtime)
throws Exception
- Throws:
Exception
launchBrowserUnix
protected void launchBrowserUnix(Runtime runtime)
throws Exception
- Throws:
Exception
launchBrowserWindows
protected void launchBrowserWindows(Runtime runtime)
throws Exception
- Throws:
Exception