Uses of Class
oshi.software.common.os.unix.bsd.BsdOperatingSystem
Packages that use BsdOperatingSystem
Package
Description
Provides DragonFly BSD-specific shared software OS classes (abstract bases and no-native concrete implementations).
Provides abstract base classes and pure-Java implementations for the FreeBSD operating system, shared by the JNA and
FFM modules.
Provides information about Software and OS on NetBSD
Provides abstract base classes and pure-Java implementations for the OpenBSD operating system, shared by the JNA and
FFM modules.
-
Uses of BsdOperatingSystem in oshi.software.common.os.unix.dragonflybsd
Subclasses of BsdOperatingSystem in oshi.software.common.os.unix.dragonflybsdModifier and TypeClassDescriptionclassAbstract base shared by the DragonFly BSD OperatingSystem implementations (JNA and FFM). -
Uses of BsdOperatingSystem in oshi.software.common.os.unix.freebsd
Subclasses of BsdOperatingSystem in oshi.software.common.os.unix.freebsdModifier and TypeClassDescriptionclassAbstract base shared by the FreeBSD OperatingSystem implementations (JNA and FFM). -
Uses of BsdOperatingSystem in oshi.software.common.os.unix.netbsd
Subclasses of BsdOperatingSystem in oshi.software.common.os.unix.netbsdModifier and TypeClassDescriptionclassNetBsd 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 BsdOperatingSystem in oshi.software.common.os.unix.openbsd
Subclasses of BsdOperatingSystem in oshi.software.common.os.unix.openbsdModifier and TypeClassDescriptionclassAbstract base shared by the OpenBSD OperatingSystem implementations (JNA and FFM).