public abstract class SSHAssit extends Object
| 构造器和说明 |
|---|
SSHAssit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result |
callCommand(SSHConnection conn,
CommandCentOs command,
String grep,
Object... params) |
static SSHConnection |
getConn(String ip,
int port,
String username,
String password)
获取连接并校验
|
public static SSHConnection getConn(String ip, int port, String username, String password) throws ProjectException
ip - port - username - password - ProjectExceptionpublic static Result callCommand(SSHConnection conn, CommandCentOs command, String grep, Object... params) throws Exception
ExceptionCopyright © 2018. All rights reserved.