org.lobobrowser.util
public class OS extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isWindows() |
static void |
launchBrowser(java.lang.String url) |
static void |
launchPath(java.lang.String path)
Opens a file a directory with an appropriate program.
|
static boolean |
supportsLaunchPath() |
public static boolean isWindows()
public static void launchBrowser(java.lang.String url) throws java.io.IOException
java.io.IOException
public static void launchPath(java.lang.String path) throws java.io.IOException
java.io.IOException
public static boolean supportsLaunchPath()