Uses of Enum
oshi.software.os.unix.openbsd.OpenBsdOSProcess.PsThreadColumns
Packages that use OpenBsdOSProcess.PsThreadColumns
Package
Description
Provides information about Software and OS on OpenBSD
-
Uses of OpenBsdOSProcess.PsThreadColumns in oshi.software.os.unix.openbsd
Subclasses with type arguments of type OpenBsdOSProcess.PsThreadColumns in oshi.software.os.unix.openbsdMethods in oshi.software.os.unix.openbsd that return OpenBsdOSProcess.PsThreadColumnsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static OpenBsdOSProcess.PsThreadColumns[]OpenBsdOSProcess.PsThreadColumns.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 OpenBsdOSProcess.PsThreadColumnsModifier and TypeMethodDescriptionprivate booleanOpenBsdOSThread.updateAttributes(Map<OpenBsdOSProcess.PsThreadColumns, String> threadMap) Constructor parameters in oshi.software.os.unix.openbsd with type arguments of type OpenBsdOSProcess.PsThreadColumnsModifierConstructorDescriptionOpenBsdOSThread(int processId, Map<OpenBsdOSProcess.PsThreadColumns, String> threadMap)