Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.vcs.util
Class VCSOperatingSystem

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSOperatingSystem

public class VCSOperatingSystem
extends java.lang.Object

Utility class providing information relating to the operating system.

Since:
9.0.5

Method Summary
static boolean isOSX()
          Asks whether the operating system is Mac OS X.
static boolean isWindows()
          Asks whether the operating system is Windows (32-bit platform compatible).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isWindows

public static final boolean isWindows()
Asks whether the operating system is Windows (32-bit platform compatible).

Returns:
the verdict on a Windows operating system.

isOSX

public static final boolean isOSX()
Asks whether the operating system is Mac OS X.

Returns:
the verdict on a OS X operating system.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.