Uses of Class
com.sshtools.client.shell.ShellProcess
Packages that use ShellProcess
-
Uses of ShellProcess in com.sshtools.client.shell
Methods in com.sshtools.client.shell that return ShellProcessModifier and TypeMethodDescriptionShellProcess.drain()
ExpectShell.executeCommand
(String origCmd) ExpectShell.executeCommand
(String origCmd, boolean consume) ExpectShell.executeCommand
(String origCmd, boolean matchPromptMarker, boolean consume) ExpectShell.executeCommand
(String origCmd, boolean matchPromptMarker, boolean consume, String charset) ExpectShell.executeCommand
(String origCmd, boolean consume, String charset) ExpectShell.executeCommand
(String origCmd, String charset) ShellProcessController.getProcess()
ExpectShell.sudo
(String cmd, String password, String promptExpression, ShellMatcher matcher) Constructors in com.sshtools.client.shell with parameters of type ShellProcessModifierConstructorDescriptionShellProcessController
(ShellProcess process) ShellProcessController
(ShellProcess process, ShellMatcher matcher)