com.jcraft.util
Class JRexec
- Runnable
public class JRexec
extends java.lang.Object
implements Runnable
JRexec(String user, String host, String passwd, String command)
|
JRexec(String user, String host, String passwd, String command, InputStream data)
|
JRexec(String user, String host, String passwd, String command, String data)
|
JRexec
public JRexec(String user,
String host,
String passwd,
String command)
throws JRexecException
JRexec
public JRexec(String user,
String host,
String passwd,
String command,
InputStream data)
throws JRexecException
JRexec
public JRexec(String user,
String host,
String passwd,
String command,
String data)
throws JRexecException
getResult
public InputStream getResult()
main
public static void main(arg[] )