Class ChutneyCommandFactory

  • All Implemented Interfaces:
    org.apache.sshd.server.command.CommandFactory

    public class ChutneyCommandFactory
    extends Object
    implements org.apache.sshd.server.command.CommandFactory
    • Constructor Detail

      • ChutneyCommandFactory

        public ChutneyCommandFactory​(SshServerMock mock)
    • Method Detail

      • createCommand

        public org.apache.sshd.server.command.Command createCommand​(org.apache.sshd.server.channel.ChannelSession channel,
                                                                    String command)
                                                             throws IOException
        Specified by:
        createCommand in interface org.apache.sshd.server.command.CommandFactory
        Throws:
        IOException