groovy.ui
Class ShellCompleter
java.lang.Object
groovy.ui.ShellCompleter
- All Implemented Interfaces:
- Completer
- public class ShellCompleter
- extends Object
- implements Completer
Readline completion for InteractiveShell.
- Version:
- $Revision: 2121 $
- Author:
- Yuri Schimke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShellCompleter
public ShellCompleter(GroovyShell shell)
findCompletions
public List findCompletions(String token)
- Specified by:
findCompletions
in interface Completer
Copyright © 2003-2007 The Codehaus. All Rights Reserved.