Groovy 1.6.4

org.codehaus.groovy.tools.shell.commands
Class HelpCommandCompletor

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.

version:
$Id: HelpCommand.groovy 8493 2007-10-08 18:57:58Z user57 $
author:
Jason Dillon


Constructor Summary
HelpCommandCompletor(CommandRegistry registry)

 
Method Summary
SortedSet getCandidates()

 
Methods inherited from class SimpleCompletor
add, complete, leftShift
 
Methods inherited from class jline.SimpleCompletor
clone, complete, setDelimiter, getDelimiter, setCandidates, getCandidates, setCandidateStrings, addCandidateString, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

HelpCommandCompletor

public HelpCommandCompletor(CommandRegistry registry)


 
Method Detail

getCandidates

SortedSet getCandidates()


 

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