Groovy 2.2.0

org.codehaus.groovy.tools.shell
[Groovy] Class CommandsMultiCompleter

java.lang.Object
  jline.console.completer.AggregateCompleter
      org.codehaus.groovy.tools.shell.CommandsMultiCompleter

class CommandsMultiCompleter
extends AggregateCompleter

Completer for interactive shells.

Authors:
Jason Dillon
Version:
\$Id\$


Field Summary
protected Logger log

 
Property Summary
List list

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

def leftShift(Command command)

void refresh()

 

Field Detail

log

protected final Logger log


 
Property Detail

list

List list


 
Method Detail

complete

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


leftShift

def leftShift(Command command)


refresh

void refresh()


 

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