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