edu.stanford.ejalbert.launching
Interface BrowserDescription

All Known Subinterfaces:
UnixBrowser
All Known Implementing Classes:
StandardUnixBrowser, WindowsBrowser

public interface BrowserDescription

Interface to general information about a browser.

Version:
1.0
Author:
Jeff Chapman

Method Summary
 String getBrowserApplicationName()
          Returns name of executable.
 String getBrowserDisplayName()
          Returns browser display name.
 

Method Detail

getBrowserDisplayName

public String getBrowserDisplayName()
Returns browser display name.


getBrowserApplicationName

public String getBrowserApplicationName()
Returns name of executable.