Uses of Enum
oshi.software.os.OperatingSystem.ProcessSort
Packages that use OperatingSystem.ProcessSort
Package
Description
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
-
Uses of OperatingSystem.ProcessSort in oshi.software.os
Methods in oshi.software.os that return OperatingSystem.ProcessSortModifier and TypeMethodDescriptionstatic OperatingSystem.ProcessSortDeprecated.Returns the enum constant of this type with the specified name.static OperatingSystem.ProcessSort[]OperatingSystem.ProcessSort.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.software.os with parameters of type OperatingSystem.ProcessSortModifier and TypeMethodDescriptionOperatingSystem.getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)Deprecated.OperatingSystem.getProcesses(int limit, OperatingSystem.ProcessSort sort)Deprecated.UseOperatingSystem.getProcesses(Predicate, Comparator, int)with sorting constants fromOperatingSystem.ProcessSorting.
OperatingSystem.getChildProcesses(int, Predicate, Comparator, int)with sorting constants fromOperatingSystem.ProcessSorting.