| Type | Name and description |
|---|---|
ConfigurableApplicationContext |
applicationContext |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getDescription()The description of the command. |
|
java.lang.String |
getName()Calculates the command name as used on the command line. |
|
abstract boolean |
handle(ExecutionContext executionContext)Executes the command. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
The description of the command. By default this returns the name of the command.
Calculates the command name as used on the command line.
Example:
UrlMappingsReportCommand -> url-mappings-report
Executes the command.
executionContext - The execution contexttrue if the command was successful; false otherwise