()
| 67 | } |
| 68 | |
| 69 | void init() throws JSchException { |
| 70 | io.setInputStream(getSession().in); |
| 71 | io.setOutputStream(getSession().out); |
| 72 | } |
| 73 | |
| 74 | public void setErrStream(java.io.OutputStream out){ |
| 75 | setExtOutputStream(out); |
nothing calls this directly
no test coverage detected