Class OS

java.lang.Object
org.lobobrowser.util.OS

public class OS extends Object
Author:
J. H. S.
  • Method Details

    • isWindows

      public static boolean isWindows()
    • launchBrowser

      public static void launchBrowser(String url) throws IOException
      Throws:
      IOException
    • launchPath

      public static void launchPath(String path) throws IOException
      Opens a file a directory with an appropriate program.
      Throws:
      IOException
    • supportsLaunchPath

      public static boolean supportsLaunchPath()