Uses of Class
com.sshtools.client.shell.ExpectShell
Packages that use ExpectShell
-
Uses of ExpectShell in com.sshtools.client.shell
Fields in com.sshtools.client.shell declared as ExpectShellMethods in com.sshtools.client.shell that return ExpectShellModifier and TypeMethodDescriptionExpectShell.ExpectShellBuilder.build()Build the shell.ShellProcess.getShell()ExpectShell.su(String cmd, String password, String passwordPrompt, ShellMatcher matcher) Constructors in com.sshtools.client.shell with parameters of type ExpectShellModifierConstructorDescriptionExpectShell(InputStream in, OutputStream out, ExpectShell parentShell) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(InputStream in, OutputStream out, ExpectShell parentShell, ExpectShell.OS osType) Deprecated.