- java.lang.Object
-
- org.jline.builtins.ssh.ShellFactoryImpl
-
- All Implemented Interfaces:
Supplier<org.apache.sshd.server.command.Command>
,org.apache.sshd.common.Factory<org.apache.sshd.server.command.Command>
public class ShellFactoryImpl extends Object implements org.apache.sshd.common.Factory<org.apache.sshd.server.command.Command>
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)
-
-
-
Constructor Detail
-
ShellFactoryImpl
public ShellFactoryImpl(Consumer<Ssh.ShellParams> shell)
-
-