Uses of Enum
oshi.software.os.unix.openbsd.OpenBsdOperatingSystem.PsKeywords
Packages that use OpenBsdOperatingSystem.PsKeywords
Package
Description
Provides information about Software and OS on OpenBSD
-
Uses of OpenBsdOperatingSystem.PsKeywords in oshi.software.os.unix.openbsd
Methods in oshi.software.os.unix.openbsd that return OpenBsdOperatingSystem.PsKeywordsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OpenBsdOperatingSystem.PsKeywords[]
OpenBsdOperatingSystem.PsKeywords.values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in oshi.software.os.unix.openbsd with type arguments of type OpenBsdOperatingSystem.PsKeywordsModifier and TypeMethodDescriptionprivate boolean
OpenBsdOSProcess.updateAttributes
(Map<OpenBsdOperatingSystem.PsKeywords, String> psMap) Constructor parameters in oshi.software.os.unix.openbsd with type arguments of type OpenBsdOperatingSystem.PsKeywordsModifierConstructorDescriptionOpenBsdOSProcess
(int pid, Map<OpenBsdOperatingSystem.PsKeywords, String> psMap, OpenBsdOperatingSystem os)