パッケージ com.kazurayam.subprocessj

Executes arbitrary OS command in a sub-process, returns an object that includes the return code as int, STDOUT and STDERR as List<String>.

Subprocess is a simple utility class that wraps java.lang.ProcessBuilder. It hides technical complexities of Threading to consume STDOUT and STDERR out of the forked subprocess.

The package is named as "subprocessj" because it is an homage to the Python Subprocess module.