| |
|
| java.lang.Object com.l2fprod.common.util.OS
OS | public class OS (Code) | | Provides methods related to the runtime environment.
|
getWindowsVisualStyle | public static String getWindowsVisualStyle()(Code) | | Returns the name of the current Windows visual style.
the name of the current Windows visual style if any. |
isLinux | public static boolean isLinux()(Code) | | true if this VM is running on a Linux distribution |
isMacOSX | public static boolean isMacOSX()(Code) | | true if this VM is running on Mac OS X |
isUsingWindowsVisualStyles | public static boolean isUsingWindowsVisualStyles()(Code) | | true if the VM is running Windows and the Javaapplication is rendered using XP Visual Styles. |
isWindows | public static boolean isWindows()(Code) | | true if this VM is running on Windows |
isWindows2003 | public static boolean isWindows2003()(Code) | | true if this VM is running on Windows 2003 |
isWindowsVista | public static boolean isWindowsVista()(Code) | | true if this VM is running on Windows Vista |
isWindowsXP | public static boolean isWindowsXP()(Code) | | true if this VM is running on Windows XP |
|
|
|