Uses of Class
oshi.software.common.AbstractOperatingSystem
-
Packages that use AbstractOperatingSystem Package Description oshi.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 AbstractOperatingSystem in oshi.software.os.linux
Subclasses of AbstractOperatingSystem in oshi.software.os.linux Modifier and Type Class Description class
LinuxOperatingSystem
Linux 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 AbstractOperatingSystem in oshi.software.os.mac
Subclasses of AbstractOperatingSystem in oshi.software.os.mac Modifier and Type Class Description class
MacOperatingSystem
macOS, previously Mac OS X and later OS X) is a series of proprietary graphical operating systems developed and marketed by Apple Inc. -
Uses of AbstractOperatingSystem in oshi.software.os.unix.aix
Subclasses of AbstractOperatingSystem in oshi.software.os.unix.aix Modifier and Type Class Description class
AixOperatingSystem
AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms. -
Uses of AbstractOperatingSystem in oshi.software.os.unix.freebsd
Subclasses of AbstractOperatingSystem in oshi.software.os.unix.freebsd Modifier and Type Class Description class
FreeBsdOperatingSystem
FreeBSD 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 AbstractOperatingSystem in oshi.software.os.unix.openbsd
Subclasses of AbstractOperatingSystem in oshi.software.os.unix.openbsd Modifier and Type Class Description class
OpenBsdOperatingSystem
OpenBsd 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 AbstractOperatingSystem in oshi.software.os.unix.solaris
Subclasses of AbstractOperatingSystem in oshi.software.os.unix.solaris Modifier and Type Class Description class
SolarisOperatingSystem
Solaris is a non-free Unix operating system originally developed by Sun Microsystems. -
Uses of AbstractOperatingSystem in oshi.software.os.windows
Subclasses of AbstractOperatingSystem in oshi.software.os.windows Modifier and Type Class Description class
WindowsOperatingSystem
Microsoft 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.
-