Class OpenInBrowser

java.lang.Object
com.helixframework.console.OpenInBrowser

public final class OpenInBrowser extends Object
Utility class for opening a URL in the default web browser.
  • Method Details

    • open

      public static int open(String url)
      Opens a URL in the default web browser.
      Parameters:
      url - the URL to open
      Returns:
      0 if the URL was opened successfully, 1 otherwise