public class MacOs2_1BrowserLaunching extends MacOsBrowserLaunching implements IBrowserLaunching
FINDER_CREATORBROWSER_DEFAULT, BROWSER_SYSTEM_PROPERTY, PROP_KEY_BROWSER_PREFIX, PROP_KEY_DELIMITER, PROTOCOL_FILE, PROTOCOL_HTTP, PROTOCOL_MAILTO, WINDOWS_BROWSER_DISC_POLICY_DISK, WINDOWS_BROWSER_DISC_POLICY_PROPERTY, WINDOWS_BROWSER_DISC_POLICY_REGISTRY| Constructor and Description |
|---|
MacOs2_1BrowserLaunching() |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.lang.String urlString)
Opens the passed url in the system's default browser.
|
getNewWindowPolicy, openUrl, openUrl, setNewWindowPolicyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNewWindowPolicy, openUrl, openUrl, setNewWindowPolicypublic void initialize()
throws BrowserLaunchingInitializingException
IBrowserLaunchinginitialize in interface IBrowserLaunchingBrowserLaunchingInitializingExceptionpublic void openUrl(java.lang.String urlString)
throws UnsupportedOperatingSystemException,
BrowserLaunchingExecutionException,
BrowserLaunchingInitializingException
IBrowserLaunchingopenUrl in interface IBrowserLaunchingurlString - StringUnsupportedOperatingSystemExceptionBrowserLaunchingExecutionExceptionBrowserLaunchingInitializingExceptionpublic java.util.List getBrowserList()
getBrowserList in interface IBrowserLaunching