true if running on linux.
()
| 318 | * true if running on linux. |
| 319 | */ |
| 320 | static public boolean isLinux() { |
| 321 | return System.getProperty("os.name").contains("Linux"); //$NON-NLS-1$ //$NON-NLS-2$ |
| 322 | } |
| 323 | |
| 324 | |
| 325 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected