|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.stanford.ejalbert.launching.misc.StandardUnixBrowser
Contains information on a unix browser.
| Constructor Summary | |
(package private) |
StandardUnixBrowser(String configSep,
String configStr)
Splits the config string using the configSep character. |
| Method Summary | |
String[] |
getArgsForForcingNewBrowserWindow(String urlString)
|
String[] |
getArgsForOpenBrowser(String urlString)
Returns the command line arguments for addressing an already open browser. |
String[] |
getArgsForStartingBrowser(String urlString)
Returns the command line arguments for starting a new browser instance. |
String |
getBrowserApplicationName()
Returns the executable name for the browser. |
String |
getBrowserDisplayName()
Returns the display name for the browser. |
boolean |
isBrowserAvailable(AbstractLogger logger)
Returns true if the browser is available, ie which command finds it. |
String |
toString()
Returns debug information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
StandardUnixBrowser(String configSep,
String configStr)
configSep - StringconfigStr - String| Method Detail |
public String toString()
public String getBrowserDisplayName()
getBrowserDisplayName in interface BrowserDescriptionpublic String getBrowserApplicationName()
getBrowserApplicationName in interface BrowserDescriptionpublic String[] getArgsForOpenBrowser(String urlString)
getArgsForOpenBrowser in interface UnixBrowserurlString - String
public String[] getArgsForStartingBrowser(String urlString)
getArgsForStartingBrowser in interface UnixBrowserurlString - String
public String[] getArgsForForcingNewBrowserWindow(String urlString)
getArgsForForcingNewBrowserWindow in interface UnixBrowserpublic boolean isBrowserAvailable(AbstractLogger logger)
isBrowserAvailable in interface UnixBrowserlogger - AbstractLogger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||