Uses of Class
oshi.software.os.unix.freebsd.FreeBsdOperatingSystem.PsKeywords
-
Packages that use FreeBsdOperatingSystem.PsKeywords Package Description oshi.software.os.unix.freebsd 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.PsKeywords Modifier and Type Method Description static FreeBsdOperatingSystem.PsKeywords
FreeBsdOperatingSystem.PsKeywords. valueOf(java.lang.String name)
Returns 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.PsKeywords Modifier and Type Method Description private boolean
FreeBsdOSProcess. updateAttributes(java.util.Map<FreeBsdOperatingSystem.PsKeywords,java.lang.String> psMap)
Constructor parameters in oshi.software.os.unix.freebsd with type arguments of type FreeBsdOperatingSystem.PsKeywords Constructor Description FreeBsdOSProcess(int pid, java.util.Map<FreeBsdOperatingSystem.PsKeywords,java.lang.String> psMap, FreeBsdOperatingSystem os)
-