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.
Constructor and description |
---|
Command
() |
Type Params | Return Type | Name and description |
---|---|---|
|
CommandDescription |
getDescription()
|
|
boolean |
handle(ExecutionContext executionContext) run the command
|
run the command
executionContext
- The ExecutionContext