Uses of Enum
com.sshtools.client.shell.ExpectShell.OS
Packages that use ExpectShell.OS
-
Uses of ExpectShell.OS in com.sshtools.client.shell
Methods in com.sshtools.client.shell that return ExpectShell.OSModifier and TypeMethodDescriptionstatic ExpectShell.OSExpectShell.OS.code(int code) Deprecated, for removal: This API element is subject to removal in a future version.static ExpectShell.OSReturns the enum constant of this type with the specified name.static ExpectShell.OS[]ExpectShell.OS.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sshtools.client.shell with parameters of type ExpectShell.OSModifier and TypeMethodDescriptionExpectShell.ExpectShellBuilder.withOS(ExpectShell.OS os) Specify the operating system for this shell.Constructors in com.sshtools.client.shell with parameters of type ExpectShell.OSModifierConstructorDescriptionExpectShell(SessionChannelNG session, ShellStartupTrigger trigger, long startupTimeout, ExpectShell.OS osType) 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.