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.
-
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) LinuxOSThread(int processId, int tid, LinuxOperatingSystem os)