Class ProcessHelper


  • public class ProcessHelper
    extends Object
    Wrapper class around the static utility functions in Processes that requires an instance, adn thus by using an instance of this class instead of Processes directly, it will make it much easier to test code that deals with processes.

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