org.aeonscope.lang
Class SystemKit

java.lang.Object
  extended by org.aeonscope.lang.SystemKit

public class SystemKit
extends Object

General utilities for the Java system.

Author:
Brooke Kuhlmann

Constructor Summary
SystemKit()
           
 
Method Summary
static void printProperties()
          Prints all system properties to the console.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemKit

public SystemKit()
Method Detail

printProperties

public static void printProperties()
Prints all system properties to the console.