Uses of Class
fc.util.Platform

Packages that use Platform
fc.util   
 

Uses of Platform in fc.util
 

Fields in fc.util declared as Platform
static Platform Platform.FREEBSD
           
static Platform Platform.LINUX
           
static Platform Platform.OPENBSD
           
static Platform Platform.OSX
           
static Platform Platform.OTHER
          other OS's including HPUX, IRIX, AIX, and many others
static Platform Platform.SOLARIS
           
static Platform Platform.WINDOWS
           
 

Methods in fc.util that return Platform
static Platform Platform.getPlatform()