Class OsCheck
- java.lang.Object
-
- com.exasol.extensionmanager.itest.OsCheck
-
public class OsCheck extends Object
Helper class to check the operating system this Java VM runs in.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetExecutableSuffix()Get the suffix of native executables for the current operating system.
-
-
-
Method Detail
-
getExecutableSuffix
public static String getExecutableSuffix()
Get the suffix of native executables for the current operating system.- Returns:
- suffix of native executables
-
-