public class ExecFactory extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ExecInterface |
getExecObject(java.lang.String target)
Helper method to provide the target as a complete string.
|
static ExecInterface |
getExecObject(java.lang.String user,
java.lang.String host) |
static ExecInterface |
getExecObject(java.lang.String user,
java.lang.String host,
int port)
Return an object with ExecInterface, based on the specified target.
|
public static ExecInterface getExecObject(java.lang.String target) throws ExecException
ExecException
public static ExecInterface getExecObject(java.lang.String user, java.lang.String host) throws ExecException
ExecException
public static ExecInterface getExecObject(java.lang.String user, java.lang.String host, int port) throws ExecException
ExecException