groovy / 2.4.21 / org / codehaus / groovy / tools / shell / commands / importcommand.html /

[Groovy] Class ImportCommand

  • org.codehaus.groovy.tools.shell.commands.ImportCommand

The 'import' command.

Authors:
Jason Dillon
Inherited fields
Fields inherited from class Fields
class CommandSupport NEWLINE, io, log, messages, registry, shell

Constructor Summary

Constructors
Constructor and description
ImportCommand (Groovysh shell)

Methods Summary

Methods
Type Params Return Type Name and description
Object execute(List<String> args)
Completer getCompleter()

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

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/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/commands/ImportCommand.html