|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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, addCandidateString, complete, getCandidates, leftShift, setCandidateStrings, setCandidates |
Constructor Detail |
---|
HelpCommandCompletor(CommandRegistry registry)
Method Detail |
---|
java.util.SortedSet getCandidates()
Groovy Documentation