edu.umd.cs.findbugs.util

Class LaunchBrowser

public class LaunchBrowser extends Object

Method Summary
static booleanshowDocument(URL url)
attempt to show the given URL. will first attempt via the JNLP api, then will try showViaExec().
static booleanshowDocument(String url)
attempt to show the given URL string. will first attempt via the JNLP api, then will try showViaExec().

Method Detail

showDocument

public static boolean showDocument(URL url)
attempt to show the given URL. will first attempt via the JNLP api, then will try showViaExec().

Parameters: url the URL

Returns: true on success

showDocument

public 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 srtring

Returns: true on success

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.