Uses of Enum
oshi.software.os.unix.freebsd.FreeBsdOperatingSystem.PsKeywords
Packages that use FreeBsdOperatingSystem.PsKeywords
Package
Description
Provides information about Software and OS on FreeBSD
-
Uses of FreeBsdOperatingSystem.PsKeywords in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return FreeBsdOperatingSystem.PsKeywordsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FreeBsdOperatingSystem.PsKeywords[]
FreeBsdOperatingSystem.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.freebsd with type arguments of type FreeBsdOperatingSystem.PsKeywordsModifier and TypeMethodDescriptionprivate boolean
FreeBsdOSProcess.updateAttributes
(Map<FreeBsdOperatingSystem.PsKeywords, String> psMap) Constructor parameters in oshi.software.os.unix.freebsd with type arguments of type FreeBsdOperatingSystem.PsKeywordsModifierConstructorDescriptionFreeBsdOSProcess
(int pid, Map<FreeBsdOperatingSystem.PsKeywords, String> psMap, FreeBsdOperatingSystem os)