org.jenkinsci.main.modules.sshd
Class CommandFactoryImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandFactoryImpl
public CommandFactoryImpl()
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.