Uses of Class
oshi.hardware.platform.unix.solaris.SolarisComputerSystem.SmbType
-
Packages that use SolarisComputerSystem.SmbType Package Description oshi.hardware.platform.unix.solaris Provides information about hardware such as Memory, Power Sources, and Processor on Solaris systems -
-
Uses of SolarisComputerSystem.SmbType in oshi.hardware.platform.unix.solaris
Methods in oshi.hardware.platform.unix.solaris that return SolarisComputerSystem.SmbType Modifier and Type Method Description private static SolarisComputerSystem.SmbType
SolarisComputerSystem. getSmbType(java.lang.String checkLine)
static SolarisComputerSystem.SmbType
SolarisComputerSystem.SmbType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SolarisComputerSystem.SmbType[]
SolarisComputerSystem.SmbType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-