org.crsh.ssh.term.scp
Class SCPCommandFactory

java.lang.Object
  extended by org.crsh.ssh.term.scp.SCPCommandFactory
All Implemented Interfaces:
org.apache.sshd.server.CommandFactory

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


Field Summary
private static Logger log
          .
private  PluginContext pluginContext
          .
 
Constructor Summary
SCPCommandFactory(PluginContext pluginContext)
           
 
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
 

Field Detail

log

private static final Logger log
.


pluginContext

private final PluginContext pluginContext
.

Constructor Detail

SCPCommandFactory

public SCPCommandFactory(PluginContext pluginContext)
Method Detail

createCommand

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


Copyright © 2014 eXo Platform SAS. All Rights Reserved.