|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.util.SCMOperatingSystem
Holder for object OS constants. These values are used by the shell runner
(SCMShellRunner
) and derivatives in
performing platform-specific operations, and are exposed in order that
client code can be similarly exclusive.
Field Summary | |
static SCMOperatingSystem |
OTHER
This constant indicates another indeterminable OS. |
static SCMOperatingSystem |
UNIX
This constant indicates a Unix-compliant OS. |
static SCMOperatingSystem |
WINDOWS_9X
This constant indicates Windows 95 or 98, ME editions. |
static SCMOperatingSystem |
WINDOWS_NT_2000
This constant indicates Windows NT or 2000 editions. |
Method Summary | |
static SCMOperatingSystem |
getOS()
Gets a value for the determined current operating system. |
static boolean |
isUnix()
Asks whether the current operating system is compliant with UNIX. |
static boolean |
isWindows()
Asks whether the current operating system is a Microsoft Windows product (95, 98, ME, NT, 2000 etc). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SCMOperatingSystem WINDOWS_9X
public static final SCMOperatingSystem WINDOWS_NT_2000
public static final SCMOperatingSystem UNIX
public static final SCMOperatingSystem OTHER
Method Detail |
public static final SCMOperatingSystem getOS()
public static final boolean isWindows()
public static final boolean isUnix()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |