Class ChutneyCommandFactory
java.lang.Object
fr.enedis.chutney.action.ssh.sshd.ChutneyCommandFactory
- All Implemented Interfaces:
org.apache.sshd.server.command.CommandFactory
public class ChutneyCommandFactory
extends Object
implements org.apache.sshd.server.command.CommandFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.server.command.CommandcreateCommand(org.apache.sshd.server.channel.ChannelSession channel, String command)
-
Constructor Details
-
ChutneyCommandFactory
-
-
Method Details
-
createCommand
public org.apache.sshd.server.command.Command createCommand(org.apache.sshd.server.channel.ChannelSession channel, String command) throws IOException - Specified by:
createCommandin interfaceorg.apache.sshd.server.command.CommandFactory- Throws:
IOException
-