Class SystemInfoFFM
java.lang.Object
oshi.SystemInfoFFM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformEnumFFMGets thePlatformEnumFFMvalue representing this system.Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer.Creates a new instance of the appropriate platform-specificOperatingSystem.
-
Constructor Details
-
SystemInfoFFM
public SystemInfoFFM()Constructs a new SystemInfo instance.
-
-
Method Details
-
getCurrentPlatform
Gets thePlatformEnumFFMvalue representing this system.- Returns:
- Returns the current platform
-
getOperatingSystem
Creates a new instance of the appropriate platform-specificOperatingSystem.- Returns:
- A new platform-specific instance implementing
OperatingSystem.
-
getHardware
Creates a new instance of the appropriate platform-specificHardwareAbstractionLayer.- Returns:
- A new platform-specific instance implementing
HardwareAbstractionLayer.
-