org.apache.karaf.shell.ssh
Class ShellCommandFactory

java.lang.Object
  extended by org.apache.karaf.shell.ssh.ShellCommandFactory
All Implemented Interfaces:
org.apache.sshd.server.CommandFactory

public class ShellCommandFactory
extends java.lang.Object
implements org.apache.sshd.server.CommandFactory


Nested Class Summary
 class ShellCommandFactory.ShellCommand
           
 
Constructor Summary
ShellCommandFactory()
           
 
Method Summary
 org.apache.sshd.server.Command createCommand(java.lang.String command)
           
 void setCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellCommandFactory

public ShellCommandFactory()
Method Detail

setCommandProcessor

public void setCommandProcessor(org.apache.felix.service.command.CommandProcessor commandProcessor)

createCommand

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


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.