Extension SDK 9.0.5

oracle.jdeveloper.vcs.util
Class VCSOperatingSystem

java.lang.Object
  extended byoracle.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 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.

Extension SDK

 

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