|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.guilibs.BrowserLauncher
This class provides the capability to launch a browser from within the Director Console. This class provides the capability to launch a browser that has been preconfigured in a properties file which details the name of the browser and the name of the exec to use to launch that browser.
TWGMainGUI
Field Summary | |
---|---|
static java.lang.String |
BROWSER_LAUNCHER_PROPERTIES
Name of the properties files that contains the launch information |
static int |
browserIndexFound
Index of browser found by going through all possible browsers listed in properties file |
static int |
MAX_BROWSERS
|
static java.lang.String |
PROP_BROWSER_EXEC
|
static java.lang.String |
PROP_BROWSER_NAME
|
static java.lang.String |
PROP_BROWSER_PARMS
|
static java.lang.String |
PROP_CURRENT_BROWSER
Name of the constants to match against when parsing properties file. |
Constructor Summary | |
---|---|
BrowserLauncher()
|
Method Summary | |
---|---|
static void |
launchURL(java.lang.String ustr)
|
static void |
launchURL(java.net.URL u)
Deprecated. |
static void |
main(java.lang.String[] s)
Main routine used for debugging this browser launch capability. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String BROWSER_LAUNCHER_PROPERTIES
public static int browserIndexFound
public static final int MAX_BROWSERS
public static final java.lang.String PROP_CURRENT_BROWSER
public static final java.lang.String PROP_BROWSER_NAME
public static final java.lang.String PROP_BROWSER_EXEC
public static final java.lang.String PROP_BROWSER_PARMS
Constructor Detail |
public BrowserLauncher()
Method Detail |
public static void launchURL(java.lang.String ustr) throws java.io.IOException
java.io.IOException
public static void launchURL(java.net.URL u) throws java.io.IOException
java.io.IOException
public static final void main(java.lang.String[] s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |