Package org.marketcetera.util.exec

Process execution.

See: Description

Package org.marketcetera.util.exec Description

Process execution.

Process execution in Java is harder than it seems. ProcessBuilder simplifies some of the necessary steps, but still does not address several aspects of process management that this package addresses. Specifically, Exec provides execution of a process with the following enhancements:

All of the above functionality is available via simple static calls into methods of Exec.

Copyright © 2015. All Rights Reserved.