com.maverick.sshd.shell.terminal
Class CommandArgsCompletor

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

public class CommandArgsCompletor
extends Object
implements Completor


Constructor Summary
CommandArgsCompletor()
           
 
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
 

Constructor Detail

CommandArgsCompletor

public CommandArgsCompletor()
Method Detail

complete

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


Copyright © 2012. All Rights Reserved.