[Groovy] Class ShowCommand
- org.codehaus.groovy.tools.shell.commands.ShowCommand
@Deprecated class ShowCommand extends ComplexCommandSupport
The 'show' command.
Field Summary
Modifiers | Name | Description |
---|---|---|
static String | COMMAND_NAME |
Fields inherited from class | Fields |
---|---|
class ComplexCommandSupport | defaultFunction, functions |
class CommandSupport | NEWLINE, io, log, messages, registry, shell |
Properties Summary
Type | Name and description |
---|---|
Object |
do_classes |
Object |
do_imports |
Object |
do_preferences |
Object |
do_variables |
Constructor Summary
Constructor and description |
---|
ShowCommand
(Groovysh shell) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class ComplexCommandSupport | createCompleters, execute, executeFunction, loadFunction |
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
Property Detail
Object do_classes
Object do_imports
Object do_preferences
Object do_variables
Constructor Detail
ShowCommand(Groovysh shell)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/shell/commands/ShowCommand.html