Uses of Class
oshi.software.os.linux.LinuxOSProcess.ProcPidStat
-
Packages that use LinuxOSProcess.ProcPidStat Package Description oshi.software.os.linux Provides information about Software and OS on Linux -
-
Uses of LinuxOSProcess.ProcPidStat in oshi.software.os.linux
Methods in oshi.software.os.linux that return LinuxOSProcess.ProcPidStat Modifier and Type Method Description static LinuxOSProcess.ProcPidStatLinuxOSProcess.ProcPidStat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LinuxOSProcess.ProcPidStat[]LinuxOSProcess.ProcPidStat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-