Class OsInfo


  • public abstract class OsInfo
    extends Object
    Information about the current operating system.
    • Field Detail

      • PLATFORM

        public static final String PLATFORM
        The platform name, e.g. "linux-aarch64", "mac_os_x-x86_64" or "windows-amd64"
      • LIB_PREFIX

        public static final String LIB_PREFIX
        The prefix for native libraries, e.g. "lib", or "" on Windows.
      • LIB_SUFFIX

        public static final String LIB_SUFFIX
        The suffix for native libraries, e.g. ".so", ".dylib" or ".dll".
      • EXE_SUFFIX

        public static final String EXE_SUFFIX
        The suffix for executables, e.g. ".exe" or "" on Unix.
    • Constructor Detail

      • OsInfo

        public OsInfo()