[Groovy] Class InspectCommand
- org.codehaus.groovy.tools.shell.commands.InspectCommand
The 'inspect' command.
Field Summary
| Modifiers | Name | Description |
|---|---|---|
static String | COMMAND_NAME |
| Fields inherited from class | Fields |
|---|---|
class CommandSupport | NEWLINE, io, log, messages, registry, shell |
Properties Summary
| Type | Name and description |
|---|---|
def |
headless |
def |
lafInitialized |
Constructor Summary
| Constructor and description |
|---|
InspectCommand
(Groovysh shell) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
protected List<Completer> |
createCompleters() | |
Object |
execute(List<String> args) |
Inherited Methods Summary
| 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
Property Detail
def headless
def lafInitialized
Constructor Detail
InspectCommand(Groovysh shell)
Method Detail
@Override protected List<Completer> createCompleters()
@Override Object execute(List<String> args)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/tools/shell/commands/InspectCommand.html