ir.utilities
Class Browser
java.lang.Object
ir.utilities.Browser
public class Browser
- extends java.lang.Object
Utilities for displaying a URL or local file in the current Browser
window using "browser -remote". User must have browser running.
Method Summary |
static void |
display(java.io.File file)
Make browser display a given file |
static void |
display(java.lang.String url)
Make browser display a given URL |
static void |
main(java.lang.String[] args)
Test interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BROWSER_NAME
public static final java.lang.String BROWSER_NAME
- See Also:
- Constant Field Values
Browser
public Browser()
display
public static void display(java.lang.String url)
- Make browser display a given URL
display
public static void display(java.io.File file)
- Make browser display a given file
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Test interface
- Throws:
java.io.IOException