com.myjavaworld.util
Class SystemUtil

java.lang.Object
  extended by com.myjavaworld.util.SystemUtil

public class SystemUtil
extends Object

Author:
Sai Pullabhotla, psai [at] jMethods [dot] com To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
SystemUtil()
           
 
Method Summary
static String getJavaHome()
           
static String getJREVendor()
           
static String getJREVersion()
           
static String getOSName()
           
static String getOSVersion()
           
static String getUserHome()
           
static String getWorkingDirectory()
           
static boolean isMac()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUtil

public SystemUtil()
Method Detail

isMac

public static boolean isMac()

getOSName

public static String getOSName()

getOSVersion

public static String getOSVersion()

getJREVersion

public static String getJREVersion()

getJREVendor

public static String getJREVendor()

getJavaHome

public static String getJavaHome()

getUserHome

public static String getUserHome()

getWorkingDirectory

public static String getWorkingDirectory()


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.