Uses of Interface
oshi.software.os.OperatingSystem
-
Packages that use OperatingSystem Package Description oshi [oshi-core API] Provides a cross-platform implementation to retrieve Operating System and Hardware Information, such as OS version, memory, CPU, disk, devices, sensors, etc.oshi.software.common Provides abstract classes for common codeoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.aix Provides information about Software and OS on AIXoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.software.os.windows Provides information about Software and OS on Windows -
-
Uses of OperatingSystem in oshi
Fields in oshi with type parameters of type OperatingSystem Modifier and Type Field Description private java.util.function.Supplier<OperatingSystem>SystemInfo. osMethods in oshi that return OperatingSystem Modifier and Type Method Description private static OperatingSystemSystemInfo. createOperatingSystem()OperatingSystemSystemInfo. getOperatingSystem()Creates a new instance of the appropriate platform-specificOperatingSystem. -
Uses of OperatingSystem in oshi.software.common
Classes in oshi.software.common that implement OperatingSystem Modifier and Type Class Description classAbstractOperatingSystemCommon methods for OperatingSystem implementations -
Uses of OperatingSystem in oshi.software.os.linux
Classes in oshi.software.os.linux that implement OperatingSystem Modifier and Type Class Description classLinuxOperatingSystemLinux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. -
Uses of OperatingSystem in oshi.software.os.mac
Classes in oshi.software.os.mac that implement OperatingSystem Modifier and Type Class Description classMacOperatingSystemmacOS, previously Mac OS X and later OS X) is a series of proprietary graphical operating systems developed and marketed by Apple Inc. -
Uses of OperatingSystem in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement OperatingSystem Modifier and Type Class Description classAixOperatingSystemAIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms. -
Uses of OperatingSystem in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement OperatingSystem Modifier and Type Class Description classFreeBsdOperatingSystemFreeBSD is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD), which was based on Research Unix. -
Uses of OperatingSystem in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement OperatingSystem Modifier and Type Class Description classOpenBsdOperatingSystemOpenBsd is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD), which was based on Research Unix. -
Uses of OperatingSystem in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement OperatingSystem Modifier and Type Class Description classSolarisOperatingSystemSolaris is a non-free Unix operating system originally developed by Sun Microsystems. -
Uses of OperatingSystem in oshi.software.os.windows
Classes in oshi.software.os.windows that implement OperatingSystem Modifier and Type Class Description classWindowsOperatingSystemMicrosoft Windows, commonly referred to as Windows, is a group of several proprietary graphical operating system families, all of which are developed and marketed by Microsoft.
-