org.lobobrowser.util

Class OS


public class OS
extends java.lang.Object

Author:
J. H. S.

Method Summary

static boolean
isWindows()
static void
launchBrowser(String url)
static void
launchPath(String path)
Opens a file a directory with an appropriate program.
static boolean
supportsLaunchPath()

Method Details

isWindows

public static boolean isWindows()

launchBrowser

public static void launchBrowser(String url)
            throws java.io.IOException

launchPath

public static void launchPath(String path)
            throws java.io.IOException
Opens a file a directory with an appropriate program.

supportsLaunchPath

public static boolean supportsLaunchPath()