com.javaflair.pokerprophesier.api.util
Class Environment

java.lang.Object
  extended by com.javaflair.pokerprophesier.api.util.Environment

public class Environment
extends Object

Environment utilities which return O/S and JVM details.

Author:
Javaflair

Method Summary
static String[] getEnv()
          Returns a String array containing details about the O/S and JVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEnv

public static String[] getEnv()
Returns a String array containing details about the O/S and JVM.

Returns:
the environment info.


Copyright © 2006 Javaflair. All Rights Reserved.