Uses of Interface
com.sshtools.client.shell.ShellStartupTrigger
Packages that use ShellStartupTrigger
-
Uses of ShellStartupTrigger in com.sshtools.client.shell
Classes in com.sshtools.client.shell that implement ShellStartupTriggerMethods in com.sshtools.client.shell with parameters of type ShellStartupTriggerModifier and TypeMethodDescriptionExpectShell.ExpectShellBuilder.withTrigger(ShellStartupTrigger trigger) Set a callback that is invoked to query if a command line would allow a shell to start.Constructors in com.sshtools.client.shell with parameters of type ShellStartupTriggerModifierConstructorDescriptionExpectShell(SessionChannelNG session, ShellStartupTrigger trigger, long startupTimeout, ExpectShell.OS osType) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout) Deprecated, for removal: This API element is subject to removal in a future version.ExpectShell(AbstractSessionTask<SessionChannelNG> session, ShellStartupTrigger trigger, long startupTimeout, int osType) Deprecated, for removal: This API element is subject to removal in a future version.