com.adventnet.utils.agent
Class Browser

java.lang.Object
  |
  +--com.adventnet.utils.agent.Browser

public class Browser
extends java.lang.Object

To open Html browser from the Java Applications.


Inner Class Summary
(package private)  class Browser.BrowserInvoker
           
 
Constructor Summary
Browser()
          The Default Constuctor.
 
Method Summary
 void displayURL(java.lang.String url)
          Display a file in the system browser.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Browser

public Browser()
The Default Constuctor.
Method Detail

displayURL

public void displayURL(java.lang.String url)
Display a file in the system browser. If you want to display a file, you must include the absolute path name.
Parameters:
url - the file's url (the url must start with either "http://" or "file://").