Process execution.

Process execution in Java is harder than it seems. {@link java.lang.ProcessBuilder} simplifies some of the necessary steps, but still does not address several aspects of process management that this package addresses. Specifically, {@link org.marketcetera.util.exec.Exec} provides execution of a process with the following enhancements:

All of the above functionality is available via simple static calls into methods of {@link org.marketcetera.util.exec.Exec}.