| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectjline.MultiCompletor
org.codehaus.groovy.tools.shell.CommandsMultiCompletor
class CommandsMultiCompletor extends jline.MultiCompletor
Completor for interactive shells.
| 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()
             | 
        
| 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#equals(java.lang.Object), jline.MultiCompletor#toString(), jline.MultiCompletor#hashCode(), jline.MultiCompletor#getClass(), jline.MultiCompletor#notify(), jline.MultiCompletor#notifyAll() | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
protected final Logger log
| Property Detail | 
|---|
List list
| Method Detail | 
|---|
int complete(String buffer, int pos, List cand)
def leftShift(Command command)
void refresh()
Copyright © 2003-2010 The Codehaus. All rights reserved.