Class ProcessHelper

java.lang.Object
org.kiwiproject.base.process.ProcessHelper

public class ProcessHelper extends Object
This is a wrapper class around the static utility functions in Processes. You need to create an instance of this class to use it.

Using an instance of this class instead of Processes directly will make it much easier to test code that deals with operating system processes.

Note that most of the methods are intended only for use on Unix/Linux operating systems.