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