Class SystemInfoFFM

java.lang.Object
oshi.SystemInfoFFM

public class SystemInfoFFM extends Object
  • Constructor Details

    • SystemInfoFFM

      public SystemInfoFFM()
      Constructs a new SystemInfo instance.
  • Method Details

    • getCurrentPlatform

      public static PlatformEnumFFM getCurrentPlatform()
      Gets the PlatformEnumFFM value representing this system.
      Returns:
      Returns the current platform
    • getOperatingSystem

      public oshi.software.os.OperatingSystem getOperatingSystem()
      Creates a new instance of the appropriate platform-specific OperatingSystem.
      Returns:
      A new platform-specific instance implementing OperatingSystem.
    • getHardware

      public oshi.hardware.HardwareAbstractionLayer getHardware()
      Creates a new instance of the appropriate platform-specific HardwareAbstractionLayer.
      Returns:
      A new platform-specific instance implementing HardwareAbstractionLayer.