com.maverick.sshd.shell
Class VirtualShellCompletor

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

public class VirtualShellCompletor
extends Object
implements Completor


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

VirtualShellCompletor

public VirtualShellCompletor()
Method Detail

complete

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


Copyright © 2012. All Rights Reserved.