edu.stanford.ejalbert.launching.misc
Class SunOSBrowserLaunching
java.lang.Object
edu.stanford.ejalbert.launching.misc.UnixNetscapeBrowserLaunching
edu.stanford.ejalbert.launching.misc.SunOSBrowserLaunching
- All Implemented Interfaces:
- IBrowserLaunching
- public class SunOSBrowserLaunching
- extends UnixNetscapeBrowserLaunching
Launches a default browser on SunOS Unix systems using the sdtwebclient
command.
- Author:
- Olivier Hochreutiner
Method Summary |
void |
openUrl(String urlString)
This implementation will cause the calling thread to block until the
browser exits. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SDT_WEB_CLIENT
static final StandardUnixBrowser SDT_WEB_CLIENT
SunOSBrowserLaunching
public SunOSBrowserLaunching(AbstractLogger logger)
openUrl
public void openUrl(String urlString)
throws UnsupportedOperatingSystemException,
BrowserLaunchingExecutionException,
BrowserLaunchingInitializingException
- This implementation will cause the calling thread to block until the
browser exits. Calling methods MUST wrap the call in a separate thread.
- Specified by:
openUrl
in interface IBrowserLaunching
- Overrides:
openUrl
in class UnixNetscapeBrowserLaunching
- Parameters:
urlString
- String
- Throws:
BrowserLaunchingExecutionException
UnsupportedOperatingSystemException
BrowserLaunchingInitializingException