MCPcopy Index your code
hub / github.com/java-native-access/jna / isWindows

Method isWindows

src/com/sun/jna/Platform.java:161–163  ·  view source on GitHub ↗

Returns true for any windows variant.

()

Source from the content-addressed store, hash-verified

159 }
160 /** Returns true for any windows variant. */
161 public static final boolean isWindows() {
162 return osType == WINDOWS || osType == WINDOWSCE;
163 }
164 public static final boolean isSolaris() {
165 return osType == SOLARIS;
166 }

Callers 15

setUpMethod · 0.95
testPlatformToStringsMethod · 0.95
testGetDriveTypeMethod · 0.95
HolderClass · 0.95
KeyboardUtilsClass · 0.95
testWideCharArgumentMethod · 0.95

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.76
testPlatformToStringsMethod · 0.76
testGetDriveTypeMethod · 0.76
testWideCharArgumentMethod · 0.76
checkPerformanceMethod · 0.76