Package com.jcraft.util
Class JRexec
java.lang.Object
com.jcraft.util.JRexec
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JRexec
- Throws:
JRexecException
-
JRexec
public JRexec(String user, String host, String passwd, String command, InputStream data) throws JRexecException - Throws:
JRexecException
-
JRexec
public JRexec(String user, String host, String passwd, String command, String data) throws JRexecException - Throws:
JRexecException
-
-
Method Details