org.crsh.ssh.term.scp
Class CommandPlugin

java.lang.Object
  extended by org.crsh.plugin.CRaSHPlugin<CommandPlugin>
      extended by org.crsh.ssh.term.scp.CommandPlugin
Direct Known Subclasses:
SCPCommandPlugin, SSHInlinePlugin

public abstract class CommandPlugin
extends CRaSHPlugin<CommandPlugin>


Field Summary
 
Fields inherited from class org.crsh.plugin.CRaSHPlugin
CONSTRUCTED, FAILED, INITIALIZED, INITIALIZING, log
 
Constructor Summary
CommandPlugin()
           
 
Method Summary
abstract  org.apache.sshd.server.Command createCommand(String command)
           
 CommandPlugin getImplementation()
          Returns the implementation.
 
Methods inherited from class org.crsh.plugin.CRaSHPlugin
createConfigurationCapabilities, destroy, getConfigurationCapabilities, getContext, getStatus, getType, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandPlugin

public CommandPlugin()
Method Detail

getImplementation

public CommandPlugin getImplementation()
Description copied from class: CRaSHPlugin
Returns the implementation.

Specified by:
getImplementation in class CRaSHPlugin<CommandPlugin>
Returns:
the implementation

createCommand

public abstract org.apache.sshd.server.Command createCommand(String command)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.