Groovy 2.2.0

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

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

class InspectCommandCompletor
extends SimpleCompletor

Completor for the 'inspect' command.

Authors:
Jason Dillon
Version:
\$Id\$


Constructor Summary
InspectCommandCompletor(Binding binding)

 
Method Summary
SortedSet getCandidates()

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

Constructor Detail

InspectCommandCompletor

InspectCommandCompletor(Binding binding)


 
Method Detail

getCandidates

SortedSet getCandidates()


 

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