Class EchoShellFactory

java.lang.Object
org.apache.maven.scm.provider.git.EchoShellFactory
All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory

public class EchoShellFactory extends Object implements org.apache.sshd.server.shell.ShellFactory
TODO Add javadoc
  • Field Details

  • 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:
      createShell in interface org.apache.sshd.server.shell.ShellFactory