org.apache.karaf.shell.ssh
Class ShellFactoryImpl

java.lang.Object
  extended by org.apache.karaf.shell.ssh.ShellFactoryImpl
All Implemented Interfaces:
org.apache.sshd.common.Factory<org.apache.sshd.server.Command>

public class ShellFactoryImpl
extends java.lang.Object
implements org.apache.sshd.common.Factory<org.apache.sshd.server.Command>

SSHD Command factory which provides access to Shell.

Version:
$Rev: 731517 $ $Date: 2009-01-05 11:25:19 +0100 (Mon, 05 Jan 2009) $

Nested Class Summary
static class ShellFactoryImpl.Converter
           
 class ShellFactoryImpl.LfToCrLfFilterOutputStream
           
 class ShellFactoryImpl.ShellImpl
           
 
Constructor Summary
ShellFactoryImpl()
           
 
Method Summary
 org.apache.sshd.server.Command create()
           
static ShellFactoryImpl.Converter getConverter()
           
 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

ShellFactoryImpl

public ShellFactoryImpl()
Method Detail

setCommandProcessor

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

create

public org.apache.sshd.server.Command create()
Specified by:
create in interface org.apache.sshd.common.Factory<org.apache.sshd.server.Command>

getConverter

public static ShellFactoryImpl.Converter getConverter()


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