@groovy.transform.CompileStatic class ProfileInfoCommand extends ArgumentCompletingCommand implements ProfileRepositoryAware
A command to find out information about the given profile
Modifiers | Name | Description |
---|---|---|
class |
ProfileInfoCommand.1 |
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
NAME |
Type | Name and description |
---|---|
CommandDescription |
description |
java.lang.String |
name |
ProfileRepository |
profileRepository |
Constructor and description |
---|
ProfileInfoCommand
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.lang.Iterable<Command> |
findCommands(Profile profile, GrailsConsole console) |
|
boolean |
handle(ExecutionContext executionContext) |
|
void |
setProfileRepository(ProfileRepository profileRepository) |
Methods inherited from class | Name |
---|---|
class ArgumentCompletingCommand |
complete, complete |
Groovy Documentation