edu.jhu.tmaj.util.config.data
Class EnvironmentUtils

java.lang.Object
  extended by edu.jhu.tmaj.util.config.data.EnvironmentUtils

public final class EnvironmentUtils
extends java.lang.Object

Contains a method that determines if the user is running Windows. There are 1 or 2 minor, optional functions in tmaj that can only be performed if the user is running Windows.


Method Summary
static boolean isRunningWindows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isRunningWindows

public static boolean isRunningWindows()