- java.lang.Object
-
- org.jline.builtins.ssh.ShellFactoryImpl
-
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
public class ShellFactoryImpl extends Object implements org.apache.sshd.server.shell.ShellFactory
SSHDCommand
factory which provides access to Shell.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ShellFactoryImpl.ShellImpl
-
Constructor Summary
Constructors Constructor Description ShellFactoryImpl(Consumer<Ssh.ShellParams> shell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.server.command.Command
createShell(org.apache.sshd.server.channel.ChannelSession session)
-
-
-
Constructor Detail
-
ShellFactoryImpl
public ShellFactoryImpl(Consumer<Ssh.ShellParams> shell)
-
-