|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.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
- StringMethod Detail |
public String toString()
public String getBrowserDisplayName()
getBrowserDisplayName
in interface BrowserDescription
public String getBrowserApplicationName()
getBrowserApplicationName
in interface BrowserDescription
public String[] getArgsForOpenBrowser(String urlString)
getArgsForOpenBrowser
in interface UnixBrowser
urlString
- String
public String[] getArgsForStartingBrowser(String urlString)
getArgsForStartingBrowser
in interface UnixBrowser
urlString
- String
public String[] getArgsForForcingNewBrowserWindow(String urlString)
getArgsForForcingNewBrowserWindow
in interface UnixBrowser
public boolean isBrowserAvailable(AbstractLogger logger)
isBrowserAvailable
in interface UnixBrowser
logger
- AbstractLogger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |