[Groovy] Class ImportCommand
- org.apache.groovy.groovysh.commands.ImportCommand
class ImportCommand extends CommandSupport
The 'import' command.
Fields inherited from class | Fields |
---|---|
class CommandSupport | NEWLINE, io, log, messages, registry, shell |
Constructor Summary
Constructor and description |
---|
ImportCommand
(Groovysh shell) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
execute(List<String> args) | |
Completer |
getCompleter() |
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 |
Constructor Detail
ImportCommand(Groovysh shell)
Method Detail
Object execute(List<String> args)
@Override Completer getCompleter()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/commands/ImportCommand.html