org.jenkinsci.main.modules.sshd
Class CommandFactoryImpl

java.lang.Object
  extended by org.jenkinsci.main.modules.sshd.CommandFactoryImpl
All Implemented Interfaces:
org.apache.sshd.server.CommandFactory

public class CommandFactoryImpl
extends Object
implements org.apache.sshd.server.CommandFactory

Use SshCommandFactorys to find the right implementation for the exec request from SSH clients.

Author:
Kohsuke Kawaguchi

Constructor Summary
CommandFactoryImpl()
           
 
Method Summary
 org.apache.sshd.server.Command createCommand(String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandFactoryImpl

public CommandFactoryImpl()
Method Detail

createCommand

public org.apache.sshd.server.Command createCommand(String command)
Specified by:
createCommand in interface org.apache.sshd.server.CommandFactory


Copyright © 2004-2012. All Rights Reserved.