Groovy 1.7.2

org.codehaus.groovy.tools.shell
Class CommandsMultiCompletor

java.lang.Object
  jline.MultiCompletor
      org.codehaus.groovy.tools.shell.CommandsMultiCompletor

public class CommandsMultiCompletor
extends jline.MultiCompletor

Completor for interactive shells.

version:
$Id: InteractiveShellRunner.groovy 8806 2007-10-25 21:58:29Z user57 $
author:
Jason Dillon


Property Summary
protected Logger log

 
Method Summary
int complete(String buffer, int pos, List cand)

def leftShift(Command command)

void refresh()

 
Methods inherited from class jline.MultiCompletor
jline.MultiCompletor#complete(java.lang.String, int, java.util.List), jline.MultiCompletor#setCompletors([Ljline.Completor;), jline.MultiCompletor#getCompletors(), jline.MultiCompletor#wait(long), jline.MultiCompletor#wait(long, int), jline.MultiCompletor#wait(), jline.MultiCompletor#hashCode(), jline.MultiCompletor#getClass(), jline.MultiCompletor#equals(java.lang.Object), jline.MultiCompletor#toString(), jline.MultiCompletor#notify(), jline.MultiCompletor#notifyAll()
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

log

protected final Logger log


 
Method Detail

complete

public int complete(String buffer, int pos, List cand)


leftShift

public def leftShift(Command command)


refresh

public void refresh()


 

Copyright © 2003-2010 The Codehaus. All rights reserved.