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