edu.stanford.ejalbert.launching.macos
Class MacOs3_1BrowserLaunching
java.lang.Object
  
edu.stanford.ejalbert.launching.macos.MacOsBrowserLaunching
      
edu.stanford.ejalbert.launching.macos.MacOs3_1BrowserLaunching
- All Implemented Interfaces: 
 - IBrowserLaunching
 
- public class MacOs3_1BrowserLaunching
- extends MacOsBrowserLaunching
  
- Author:
 
  - Markus Gebhard
 
 
 
 
 
| 
Method Summary | 
 List | 
getBrowserList()
 
          Returns a list of browsers to be used for browser targetting. | 
 void | 
initialize()
 
          Performs any initialization needed for the particular O/S. | 
 void | 
openUrl(String urlString)
 
          Opens the passed url in the system's default browser. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MacOs3_1BrowserLaunching
public MacOs3_1BrowserLaunching()
initialize
public void initialize()
                throws BrowserLaunchingInitializingException
- Description copied from interface: 
IBrowserLaunching 
- Performs any initialization needed for the particular O/S.
- Throws:
 BrowserLaunchingInitializingException
 
 
openUrl
public void openUrl(String urlString)
             throws UnsupportedOperatingSystemException,
                    BrowserLaunchingExecutionException,
                    BrowserLaunchingInitializingException
- Description copied from interface: 
IBrowserLaunching 
- Opens the passed url in the system's default browser.
- Parameters:
 urlString - String
- Throws:
 UnsupportedOperatingSystemException
BrowserLaunchingExecutionException
BrowserLaunchingInitializingException
 
 
getBrowserList
public List getBrowserList()
- Returns a list of browsers to be used for browser targetting.
 This list will always contain at least one item--the BROWSER_DEFAULT.
- Returns:
 - List