JepConfig contains methods
redirectStdout
redirectStdErr
There is an inconsistency: you should either use StdOut, StdErr or Stdout, Stderr. Or the better way -
redirectOutput
redirectError
like in ProcessBuilder
Maybe you will rename these methods? Of course it will lead to incompatibility, but I believe the necessary changes are minor, and it is better than keeping strange names that look as a mistake.
JepConfig contains methods
redirectStdout
redirectStdErr
There is an inconsistency: you should either use StdOut, StdErr or Stdout, Stderr. Or the better way -
redirectOutput
redirectError
like in ProcessBuilder
Maybe you will rename these methods? Of course it will lead to incompatibility, but I believe the necessary changes are minor, and it is better than keeping strange names that look as a mistake.