Uses of Enum Class
oshi.software.common.os.unix.bsd.BsdPsKeyword
Packages that use BsdPsKeyword
Package
Description
Provides shared abstract base classes for the BSD-family operating systems
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 BsdPsKeyword in oshi.software.common.os.unix.bsd
Subclasses with type arguments of type BsdPsKeyword in oshi.software.common.os.unix.bsdModifier and TypeClassDescriptionenumThe union ofpsoutput columns used by the BSD-familyOSProcessimplementations (FreeBSD, OpenBSD, DragonFly, NetBSD).Methods in oshi.software.common.os.unix.bsd that return BsdPsKeywordModifier and TypeMethodDescriptionstatic BsdPsKeywordReturns the enum constant of this class with the specified name.static BsdPsKeyword[]BsdPsKeyword.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.software.common.os.unix.bsd that return types with arguments of type BsdPsKeywordModifier and TypeMethodDescriptionprotected abstract List<BsdPsKeyword> BsdOSProcess.psKeywords()Returns this platform's orderedpscolumn keys, used both to build thepscommand and to parse its output positionally.Method parameters in oshi.software.common.os.unix.bsd with type arguments of type BsdPsKeywordModifier and TypeMethodDescriptionprotected booleanBsdOSProcess.updateAttributes(Map<BsdPsKeyword, String> psMap) Populates this process's attributes from a parsedpsrow. -
Uses of BsdPsKeyword in oshi.software.common.os.unix.dragonflybsd
Fields in oshi.software.common.os.unix.dragonflybsd with type parameters of type BsdPsKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsKeyword> DragonFlyBsdOSProcess.PS_KEYWORDSOrderedpscolumns queried for each process.Methods in oshi.software.common.os.unix.dragonflybsd that return types with arguments of type BsdPsKeywordModifier and TypeMethodDescriptionprotected List<BsdPsKeyword> DragonFlyBsdOSProcess.psKeywords()Method parameters in oshi.software.common.os.unix.dragonflybsd with type arguments of type BsdPsKeywordModifier and TypeMethodDescriptionprotected abstract OSProcessDragonFlyBsdOperatingSystem.createProcess(int pid, Map<BsdPsKeyword, String> psMap) Creates a backend-specificOSProcessfrom a parsedpsrow. -
Uses of BsdPsKeyword in oshi.software.common.os.unix.freebsd
Fields in oshi.software.common.os.unix.freebsd with type parameters of type BsdPsKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsKeyword> FreeBsdOSProcess.PS_KEYWORDSOrderedpscolumns queried for each process.Methods in oshi.software.common.os.unix.freebsd that return types with arguments of type BsdPsKeywordMethod parameters in oshi.software.common.os.unix.freebsd with type arguments of type BsdPsKeywordModifier and TypeMethodDescriptionprotected abstract OSProcessFreeBsdOperatingSystem.createProcess(int pid, Map<BsdPsKeyword, String> psMap) Creates a backend-specificOSProcessfrom a parsedpsrow. -
Uses of BsdPsKeyword in oshi.software.common.os.unix.netbsd
Fields in oshi.software.common.os.unix.netbsd with type parameters of type BsdPsKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsKeyword> NetBsdOSProcess.PS_KEYWORDSOrderedpscolumns queried for each process.Methods in oshi.software.common.os.unix.netbsd that return types with arguments of type BsdPsKeywordConstructor parameters in oshi.software.common.os.unix.netbsd with type arguments of type BsdPsKeywordModifierConstructorDescriptionNetBsdOSProcess(int pid, Map<BsdPsKeyword, String> psMap, NetBsdOperatingSystem os) -
Uses of BsdPsKeyword in oshi.software.common.os.unix.openbsd
Fields in oshi.software.common.os.unix.openbsd with type parameters of type BsdPsKeywordModifier and TypeFieldDescriptionstatic final List<BsdPsKeyword> OpenBsdOSProcess.PS_KEYWORDSOrderedpscolumns queried for each process.Methods in oshi.software.common.os.unix.openbsd that return types with arguments of type BsdPsKeywordMethod parameters in oshi.software.common.os.unix.openbsd with type arguments of type BsdPsKeywordModifier and TypeMethodDescriptionprotected abstract OSProcessOpenBsdOperatingSystem.createProcess(int pid, Map<BsdPsKeyword, String> psMap) Creates a backend-specificOSProcessfrom a parsedpsrow.