edu.umd.cs.findbugs.util
public class LaunchBrowser extends Object
| Method Summary | |
|---|---|
| static boolean | showDocument(URL url)
attempt to show the given URL.
will first attempt via the JNLP api, then will try showViaExec(). |
| static boolean | showDocument(String url) attempt to show the given URL string.
will first attempt via the JNLP api, then will try showViaExec(). |
Parameters: url the URL
Returns: true on success
Parameters: url the url srtring
Returns: true on success