Package | Description |
---|---|
com.sshtools.client.shell |
Modifier and Type | Field and Description |
---|---|
protected ExpectShell |
ShellController.shell |
Modifier and Type | Method and Description |
---|---|
ExpectShell |
ShellProcess.getShell() |
ExpectShell |
ExpectShell.su(java.lang.String cmd) |
ExpectShell |
ExpectShell.su(java.lang.String cmd,
java.lang.String password) |
ExpectShell |
ExpectShell.su(java.lang.String cmd,
java.lang.String password,
java.lang.String promptExpression) |
ExpectShell |
ExpectShell.su(java.lang.String cmd,
java.lang.String password,
java.lang.String promptExpression,
ShellMatcher matcher) |
Constructor and Description |
---|
ExpectShell(java.io.InputStream in,
java.io.OutputStream out,
ExpectShell parentShell) |
ExpectShell(java.io.InputStream in,
java.io.OutputStream out,
ExpectShell parentShell,
int osType) |
Copyright © 2022. All rights reserved.