Type | Name and description |
---|---|
private java.lang.String |
commandName |
Constructor and description |
---|
protected GrailsApplicationContextCommandRunner
(java.lang.String commandName, java.lang.Class[] sources) |
GrailsApplicationContextCommandRunner
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
main(java.lang.String[] args) Main method to run an existing Application class
|
|
ConfigurableApplicationContext |
run(java.lang.String[] args) |
Methods inherited from class | Name |
---|---|
class DevelopmentGrailsApplication |
configureApplicationContextClass |
class GrailsApp |
compileGroovyFile, configureDirectoryWatcher, configureEnvironment, createApplicationContext, createPluginManagerListener, enableDevelopmentModeWatch, isDevelopmentModeActive, newMicronautContextBuilder, printRunStatus, recompile, run, run, run, setDevelopmentModeActive |
Main method to run an existing Application class
args
- The first argument is the Command name, the last argument is the Application class name