Class EchoShellFactory
java.lang.Object
org.apache.maven.scm.provider.git.EchoShellFactory
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
TODO Add javadoc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.server.command.CommandcreateShell(org.apache.sshd.server.channel.ChannelSession channel)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EchoShellFactory
public EchoShellFactory()
-
-
Method Details
-
createShell
public org.apache.sshd.server.command.Command createShell(org.apache.sshd.server.channel.ChannelSession channel) - Specified by:
createShellin interfaceorg.apache.sshd.server.shell.ShellFactory
-