Package oshi.software.os
Class OperatingSystem.ProcessFiltering
java.lang.Object
oshi.software.os.OperatingSystem.ProcessFiltering
- Enclosing interface:
OperatingSystem
Constants which may be used to filter Process lists in
OperatingSystem.getProcesses(Predicate, Comparator, int),
OperatingSystem.getChildProcesses(int, Predicate, Comparator, int), and
OperatingSystem.getDescendantProcesses(int, Predicate, Comparator, int).-
Field Summary
FieldsModifier and TypeFieldDescriptionNo filtering.Only include 32-bit processes.Only incude 64-bit processes.Exclude child processes.Exclude processes withOSProcess.State.INVALIDprocess state. -
Method Summary
-
Field Details
-
ALL_PROCESSES
-
VALID_PROCESS
Exclude processes withOSProcess.State.INVALIDprocess state. -
NO_PARENT
-
BITNESS_64
-
BITNESS_32
-