org.aitools.programd.util
Class UserSystem

java.lang.Object
  extended by org.aitools.programd.util.UserSystem

public class UserSystem
extends Object

Contains utilities for getting/setting system information.

Author:
Noel Bush

Constructor Summary
UserSystem()
           
 
Method Summary
static String jvmDescription()
          Returns a description of the JVM.
static String memoryReport()
          Returns a report of used and available memory.
static String osDescription()
          Returns a description of the operating system and processor configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSystem

public UserSystem()
Method Detail

jvmDescription

public static String jvmDescription()
Returns a description of the JVM.

Returns:
a description of the JVM

osDescription

public static String osDescription()
Returns a description of the operating system and processor configuration.

Returns:
a description of the operating system and processor configuration

memoryReport

public static String memoryReport()
Returns a report of used and available memory.

Returns:
a report of used and available memory