[Groovy] Class DisplayCommand
- org.apache.groovy.groovysh.commands.DisplayCommand
class DisplayCommand
extends CommandSupport
The 'display' command. Displays the current buffer (e.g. while method declaration was not finished).
Field Summary
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class CommandSupport |
alias, assertNoArguments, createCompleters, fail, fail, getAliases, getBinding, getBuffer, getBuffers, getClassLoader, getCompleter, getDescription, getHelp, getHidden, getHistory, getImports, getName, getShortcut, getUsage, getVariables |
Field Detail
public static final String COMMAND_NAME
Constructor Detail
DisplayCommand(Groovysh shell)
Method Detail