Uses of Interface
com.jcabi.ssh.Shell
-
-
Uses of Shell in com.jcabi.ssh
Classes in com.jcabi.ssh that implement Shell Modifier and Type Class Description static classShell.FakeFake shell for unit testing.static classShell.SafeSafe run (throws if exit code is not zero).static classShell.VerboseVerbose run.classSshSingle SSH Channel.classSshByPasswordSSH channel with authentication by password.Methods in com.jcabi.ssh that return Shell Modifier and Type Method Description ShellSshd. connect()Get an instance of Shell.Constructors in com.jcabi.ssh with parameters of type Shell Constructor Description Empty(Shell shell)Ctor.Plain(Shell shell)Ctor.Safe(Shell shell)Ctor.Verbose(Shell shell)Ctor.
-