groovy.ui
Class ShellCompleter

java.lang.Object
  extended bygroovy.ui.ShellCompleter
All Implemented Interfaces:
Completer

public class ShellCompleter
extends Object
implements Completer

Readline completion for InteractiveShell.

Version:
$Revision: 2121 $
Author:
Yuri Schimke

Constructor Summary
ShellCompleter(GroovyShell shell)
           
 
Method Summary
 List findCompletions(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellCompleter

public ShellCompleter(GroovyShell shell)
Method Detail

findCompletions

public List findCompletions(String token)
Specified by:
findCompletions in interface Completer


Copyright © 2003-2007 The Codehaus. All Rights Reserved.