()
| 162 | return osType == WINDOWS || osType == WINDOWSCE; |
| 163 | } |
| 164 | public static final boolean isSolaris() { |
| 165 | return osType == SOLARIS; |
| 166 | } |
| 167 | public static final boolean isDragonFlyBSD() { |
| 168 | return osType == DRAGONFLYBSD; |
| 169 | } |
no outgoing calls