public class MacOs2_0BrowserLaunching extends MacOsBrowserLaunching
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_0BrowserLaunching() |
| 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, setNewWindowPolicypublic void initialize()
throws BrowserLaunchingInitializingException
IBrowserLaunchingpublic void openUrl(java.lang.String urlString)
throws UnsupportedOperatingSystemException,
BrowserLaunchingExecutionException,
BrowserLaunchingInitializingException
IBrowserLaunchingurlString - StringUnsupportedOperatingSystemExceptionBrowserLaunchingExecutionExceptionBrowserLaunchingInitializingExceptionpublic java.util.List getBrowserList()