Interface ServerManager


public interface ServerManager
  • Method Summary

    Modifier and Type
    Method
    Description
    default SystemOS
    Get the operating system of the local machine
    Get the server version.
  • Method Details

    • getVersion

      ServerVersion getVersion()
      Get the server version.
      Returns:
      Get Server Version
    • getOS

      default SystemOS getOS()
      Get the operating system of the local machine
      Returns:
      Get Operating System