Returns true for any windows variant.
()
| 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 | } |
no outgoing calls