Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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