@CompileStatic class ProfileInfoCommand extends ArgumentCompletingCommand implements GlobalCommand, ProfileRepositoryAware, ProjectCommand
A command to find out information about the given profile
Type | Name and description |
---|---|
CommandDescription |
description |
String |
name |
ProfileRepository |
profileRepository |
Properties inherited from class | Properties |
---|---|
class ArgumentCompletingCommand |
cliParser |
Constructor and description |
---|
ProfileInfoCommand() |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
handle(ExecutionContext executionContext) |
|
void |
setProfileRepository(ProfileRepository profileRepository) |
Methods inherited from class | Name |
---|---|
class ArgumentCompletingCommand |
complete, complete |