Groovy 2.2.0

org.codehaus.groovy.tools.shell.commands
[Groovy] Class HelpCommandCompletor

java.lang.Object
  org.codehaus.groovy.tools.shell.util.SimpleCompletor
      org.codehaus.groovy.tools.shell.commands.HelpCommandCompletor

class HelpCommandCompletor
extends SimpleCompletor

Completor for the 'help' command.

Authors:
Jason Dillon
Version:
\$Id\$


Constructor Summary
HelpCommandCompletor(CommandRegistry registry)

 
Method Summary
SortedSet getCandidates()

 
Methods inherited from class SimpleCompletor
add, addCandidateString, complete, getCandidates, leftShift, setCandidateStrings, setCandidates
 

Constructor Detail

HelpCommandCompletor

HelpCommandCompletor(CommandRegistry registry)


 
Method Detail

getCandidates

SortedSet getCandidates()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.