@groovy.transform.CompileStatic @groovy.lang.Singleton(strict: false) class ApplicationContextCommandRegistry extends java.lang.Object
A registry of {@grails.dev.commands.ApplicationContextCommand} instances
| Constructor and description |
|---|
ApplicationContextCommandRegistry() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ApplicationCommand |
findCommand(java.lang.String name) |
|
java.util.Collection<ApplicationCommand> |
findCommands() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |