@groovy.transform.CompileStatic class ProfileInfoCommand extends ArgumentCompletingCommand
A command to find out information about the given profile
| 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 | 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 | 
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Groovy Documentation