Uses of Class
org.zeroturnaround.process.PidProcess
Packages that use PidProcess
-
Uses of PidProcess in org.zeroturnaround.process
Subclasses of PidProcess in org.zeroturnaround.processModifier and TypeClassDescriptionclassProcess implementation for UNIX PID values.classProcess implementation for Windows PID values.Methods in org.zeroturnaround.process that return PidProcessModifier and TypeMethodDescriptionstatic PidProcessProcesses.newPidProcess(int pid) Creates an instance that represents the given PID value.static PidProcessProcesses.newPidProcess(Process process) Creates an instance that represents the PID value of the givenProcess.