FindBugs™ 1.3.4

edu.umd.cs.findbugs.util
Class LaunchBrowser

java.lang.Object
  extended by edu.umd.cs.findbugs.util.LaunchBrowser

public class LaunchBrowser
extends java.lang.Object


Constructor Summary
LaunchBrowser()
           
 
Method Summary
static boolean showDocument(java.lang.String url)
          attempt to show the given URL string.
static boolean showDocument(java.net.URL url)
          attempt to show the given URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchBrowser

public LaunchBrowser()
Method Detail

showDocument

public static boolean showDocument(java.net.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(java.lang.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™ 1.3.4

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