@groovy.transform.CompileStaticCompileStatic 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 |
---|---|
private CommandDescription |
description |
private java.lang.String |
name |
private ProfileRepository |
profileRepository |
Constructor and description |
---|
ProfileInfoCommand
() |
ProfileInfoCommand
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.lang.Iterable |
findCommands(Profile profile, GrailsConsole console) |
|
boolean |
handle(ExecutionContext executionContext) |
|
void |
setProfileRepository(ProfileRepository profileRepository) |
Methods inherited from class | Name |
---|---|
class ArgumentCompletingCommand |
complete, complete |