Uses of Interface
com.sshtools.client.shell.ShellMatcher
Packages that use ShellMatcher
-
Uses of ShellMatcher in com.sshtools.client.shell
Classes in com.sshtools.client.shell that implement ShellMatcherFields in com.sshtools.client.shell declared as ShellMatcherMethods in com.sshtools.client.shell with parameters of type ShellMatcherModifier and TypeMethodDescriptionvoidShellController.setMatcher(ShellMatcher matcher) ExpectShell.su(String cmd, String password, String promptExpression, ShellMatcher matcher) ExpectShell.sudo(String cmd, String password, String promptExpression, ShellMatcher matcher) Constructors in com.sshtools.client.shell with parameters of type ShellMatcherModifierConstructorDescriptionShellProcessController(ShellProcess process, ShellMatcher matcher) ShellStartupPasswordTrigger(String passwordPromptExpression, String password, ShellMatcher matcher)