interface Command extends Named
An interface that represents a command to be executed by the Grails command line. Commands are by default global, however a command can be made specific to a particular Profile by implementation the ProfileCommand interface.
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            abstract CommandDescription | 
                            getDescription()
  | 
                        
 | 
                            abstract boolean | 
                            handle(ExecutionContext executionContext)run the command  | 
                        
run the command
executionContext -  The ExecutionContext