org.pentaho.di.ui.trans.steps.googleanalytics
Class BareBonesBrowserLaunch

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.googleanalytics.BareBonesBrowserLaunch

public class BareBonesBrowserLaunch
extends Object

Bare Bones Browser Launch for Java
Utility class to open a web page from a Swing application in the user's default browser.
Supports: Mac OS X, GNU/Linux, Unix, Windows XP/Vista/7
Example Usage:
    String url = "http://www.google.com/";
    BareBonesBrowserLaunch.openURL(url);
Latest Version: www.centerkey.com/java/browser
Author: Dem Pilafian
Public Domain Software -- Free to Use as You Like

Version:
3.1, June 6, 2010

Constructor Summary
BareBonesBrowserLaunch()
           
 
Method Summary
static void openURL(String url)
          Opens the specified web page in the user's default browser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BareBonesBrowserLaunch

public BareBonesBrowserLaunch()
Method Detail

openURL

public static void openURL(String url)
Opens the specified web page in the user's default browser

Parameters:
url - A web address (URL) of a web page (ex: "http://www.google.com/")