Package org.kiwiproject.base.process


package org.kiwiproject.base.process
  • Class
    Description
    A few common (Unix/Linux/etc) kill signals.
    Possible actions to take if a kill command times out.
    Interface that describes a simple contract for an operating system command.
    Utility class for working with operating system processes.
    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.