com.ibm.wala.util
Class PlatformUtil

java.lang.Object
  extended by com.ibm.wala.util.PlatformUtil

public class PlatformUtil
extends java.lang.Object

Platform-specific utility functions.


Constructor Summary
PlatformUtil()
           
 
Method Summary
static boolean onLinux()
          are we running on Linux?
static boolean onMacOSX()
          are we running on Mac OS X?
static boolean onWindows()
          are we running on Windows?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformUtil

public PlatformUtil()
Method Detail

onMacOSX

public static boolean onMacOSX()
are we running on Mac OS X?


onLinux

public static boolean onLinux()
are we running on Linux?


onWindows

public static boolean onWindows()
are we running on Windows?