com.pietschy.command.util
Class Env

java.lang.Object
  extended by com.pietschy.command.util.Env

public class Env
extends java.lang.Object

Provies environment information to the library.


Method Summary
static boolean isMacOS()
          A convenience method for GUI Commands to check if we're running in an Apple Mac environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isMacOS

public static boolean isMacOS()
A convenience method for GUI Commands to check if we're running in an Apple Mac environment.

Returns:
true if running in the Mac environment, false otherwise.


Copyright © 2006 - 2007 Andrew Pietsch