org.entityfs.support.io
Class OsPlatform

java.lang.Object
  extended by org.entityfs.support.io.OsPlatform

public final class OsPlatform
extends Object

This class contains a constant (IS_WINDOWS) that flags if the application is running on Windows.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-core

Field Summary
static boolean IS_MACOSX
          This is set to true if the application is running on Mac OS X.
static boolean IS_WINDOWS
          This is set to true if the application is running on Windows.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_WINDOWS

public static final boolean IS_WINDOWS
This is set to true if the application is running on Windows.


IS_MACOSX

public static final boolean IS_MACOSX
This is set to true if the application is running on Mac OS X.