subprocessj 0.3.7 API

パッケージ 
パッケージ 説明
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>.
com.kazurayam.subprocessj.docker
start and stop a docker container from Java; https://forums.docker.com/t/docker-run-cannot-be-killed-with-ctrl-c/13108/
com.kazurayam.subprocessj.docker.model