Uses of Class
oshi.software.os.OperatingSystem.ProcessSort
| Package | Description |
|---|---|
| oshi.software.os |
[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.ProcessSort Modifier and Type Method Description static OperatingSystem.ProcessSortOperatingSystem.ProcessSort. valueOf(java.lang.String name)Deprecated.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.ProcessSort Modifier and Type Method Description default java.util.List<OSProcess>OperatingSystem. getChildProcesses(int parentPid, int limit, OperatingSystem.ProcessSort sort)Deprecated.default java.util.List<OSProcess>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.