|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jline.SimpleCompletor org.codehaus.groovy.tools.shell.util.SimpleCompletor org.codehaus.groovy.tools.shell.commands.HelpCommandCompletor
class HelpCommandCompletor extends SimpleCompletor
Completor for the 'help' command.
Constructor Summary | |
HelpCommandCompletor(CommandRegistry registry)
|
Method Summary | |
---|---|
java.util.SortedSet
|
getCandidates()
|
Methods inherited from class SimpleCompletor | |
---|---|
add, complete, leftShift |
Methods inherited from class jline.SimpleCompletor | |
---|---|
jline.SimpleCompletor#setDelimiter(java.lang.String), jline.SimpleCompletor#getDelimiter(), jline.SimpleCompletor#setCandidates(java.util.SortedSet), jline.SimpleCompletor#setCandidateStrings([Ljava.lang.String;), jline.SimpleCompletor#addCandidateString(java.lang.String), jline.SimpleCompletor#clone(), jline.SimpleCompletor#complete(java.lang.String, int, java.util.List), jline.SimpleCompletor#getCandidates(), jline.SimpleCompletor#wait(long, int), jline.SimpleCompletor#wait(long), jline.SimpleCompletor#wait(), jline.SimpleCompletor#equals(java.lang.Object), jline.SimpleCompletor#toString(), jline.SimpleCompletor#hashCode(), jline.SimpleCompletor#getClass(), jline.SimpleCompletor#notify(), jline.SimpleCompletor#notifyAll() |
Constructor Detail |
---|
HelpCommandCompletor(CommandRegistry registry)
Method Detail |
---|
java.util.SortedSet getCandidates()
Groovy Documentation