Package org.jenkinsci.main.modules.sshd
Class CommandFactoryImpl
java.lang.Object
org.jenkinsci.main.modules.sshd.CommandFactoryImpl
- All Implemented Interfaces:
org.apache.sshd.server.command.CommandFactory
public class CommandFactoryImpl
extends Object
implements org.apache.sshd.server.command.CommandFactory
Use
SshCommandFactory
s to find the right implementation for the exec request from SSH clients.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.server.command.Command
createCommand
(org.apache.sshd.server.channel.ChannelSession channel, String command)
-
Constructor Details
-
CommandFactoryImpl
public CommandFactoryImpl()
-
-
Method Details
-
createCommand
public org.apache.sshd.server.command.Command createCommand(org.apache.sshd.server.channel.ChannelSession channel, String command) - Specified by:
createCommand
in interfaceorg.apache.sshd.server.command.CommandFactory
-