edu.ou.kmi.buddyspace.utils
Class OSVersion

java.lang.Object
  |
  +--edu.ou.kmi.buddyspace.utils.OSVersion

public class OSVersion
extends java.lang.Object

OSVersion provides different system and JRE info functions.


Constructor Summary
OSVersion()
           
 
Method Summary
static boolean isJava1Point4orHigher()
          Returns if currently running java environment is 1.4 or higher.
static boolean isWindows9xPlatform()
          Returns if running on MS Windows 9x or Me platform
static boolean isWindowsNTPlatform()
          Returns if running on MS Windows NT, 2000 or XP platform
static boolean isWindowsPlatform()
          Returns if running on MS Windows platform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSVersion

public OSVersion()
Method Detail

isJava1Point4orHigher

public static boolean isJava1Point4orHigher()
Returns if currently running java environment is 1.4 or higher.


isWindowsPlatform

public static boolean isWindowsPlatform()
Returns if running on MS Windows platform


isWindowsNTPlatform

public static boolean isWindowsNTPlatform()
Returns if running on MS Windows NT, 2000 or XP platform


isWindows9xPlatform

public static boolean isWindows9xPlatform()
Returns if running on MS Windows 9x or Me platform