Uses of Class
oshi.software.common.os.linux.LinuxOperatingSystem
Packages that use LinuxOperatingSystem
Package
Description
Provides common (native-free) Linux operating system implementations shared by JNA and FFM modules.
Native-free Linux operating system implementations using only procfs, sysfs, and command-line utilities.
-
Uses of LinuxOperatingSystem in oshi.software.common.os.linux
Methods in oshi.software.common.os.linux that return LinuxOperatingSystemModifier and TypeMethodDescriptionprotected LinuxOperatingSystemLinuxOSProcess.getOs()Returns theLinuxOperatingSysteminstance associated with this process.Constructors in oshi.software.common.os.linux with parameters of type LinuxOperatingSystemModifierConstructorDescriptionLinuxOSProcess(int pid, LinuxOperatingSystem os) Creates a LinuxOSProcess.LinuxOSThread(int processId, int tid, LinuxOperatingSystem os) Creates a LinuxOSThread. -
Uses of LinuxOperatingSystem in oshi.software.common.os.linux.nativefree
Subclasses of LinuxOperatingSystem in oshi.software.common.os.linux.nativefreeModifier and TypeClassDescriptionclassNative-free Linux operating system implementation.Constructors in oshi.software.common.os.linux.nativefree with parameters of type LinuxOperatingSystemModifierConstructorDescriptionLinuxOSProcessNF(int pid, LinuxOperatingSystem os) Creates a new native-free Linux OS process.