Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class BrowserLauncher

java.lang.Object
  extended by com.liferay.portal.util.BrowserLauncher
All Implemented Interfaces:
Runnable

public class BrowserLauncher
extends Object
implements Runnable


Constructor Summary
BrowserLauncher()
           
 
Method Summary
protected  void launchBrowser()
           
protected  void launchBrowserApple(Runtime runtime)
           
protected  void launchBrowserUnix(Runtime runtime)
           
protected  void launchBrowserWindows(Runtime runtime)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLauncher

public BrowserLauncher()
Method Detail

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

Liferay 6.1.2-ce-ga3