Class Platform
java.lang.Object
fc.util.Platform
Identifies the current platform/OS that the JVM is running
under. There is only 1 instance of this class corresponding
to each type of platform. Therefore reference equality
can be used to compare whether the current platform is
the same as some particular platform type.
-
Field Details
-
LINUX
-
WINDOWS
-
SOLARIS
-
OSX
-
FREEBSD
-
OPENBSD
-
OTHER
-
-
Method Details
-
getPlatform
-
isWindows
-
isOSX
-
isLinux
-
isSolaris
-
isFreeBSD
-
isOpenBSD
-
isOther
-
isAIX
-
toString
-
main
-