com.maverick.sshd.shell.terminal
Class CommandCompletor

java.lang.Object
  extended by com.maverick.sshd.shell.terminal.CommandCompletor
All Implemented Interfaces:
Completor

public class CommandCompletor
extends Object
implements Completor


Field Summary
static ThreadLocal<ShellCommand> command
           
 
Constructor Summary
CommandCompletor()
           
 
Method Summary
 int complete(String buffer, int cursor, List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

public static ThreadLocal<ShellCommand> command
Constructor Detail

CommandCompletor

public CommandCompletor()
Method Detail

complete

public int complete(String buffer,
                    int cursor,
                    List candidates)
Specified by:
complete in interface Completor


Copyright © 2012. All Rights Reserved.