class HelpCommand extends Object implements Completer, ProfileCommand, ProfileRepositoryAware, ProjectContextAware
'help' command.
| Type | Name and description |
|---|---|
CommandDescription |
description |
Profile |
profile |
ProfileRepository |
profileRepository |
ProjectContext |
projectContext |
| Constructor and description |
|---|
HelpCommand() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
complete(String buffer, int cursor, List<CharSequence> candidates) |
|
String |
getName() |
|
boolean |
handle(ExecutionContext executionContext) |