Package org.marketcetera.util.exec

Process execution.

See:
          Description

Interface Summary
Messages The internationalization constants used by this package.
 

Class Summary
Exec A simple process executor.
ExecResult A container for the result of a process execution.
 

Enum Summary
Disposition The allowed destinations for the interleaved standard output and error streams of a process.
 

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 © 2012. All Rights Reserved.