@groovy.transform.CompileStatic class GrailsApplicationContextCommandRunner extends DevelopmentGrailsApplication
Fields inherited from class | Fields |
---|---|
class GrailsApp |
GRAILS_BANNER, SPRING_PROFILES, developmentModeActive, directoryWatcher |
Type | Name and description |
---|---|
java.lang.String |
commandName |
Properties inherited from class | Properties |
---|---|
class GrailsApp |
configuredEnvironment, developmentModeActive, enableBeanCreationProfiler |
Constructor and description |
---|
protected GrailsApplicationContextCommandRunner(java.lang.String commandName, java.lang.Class<?>[] sources) |
Methods inherited from class | Name |
---|---|
class DevelopmentGrailsApplication |
configureApplicationContextClass |
class GrailsApp |
compileGroovyFile, configureDirectoryWatcher, configureEnvironment, createApplicationContext, createPluginManagerListener, enableDevelopmentModeWatch, isDevelopmentModeActive, 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 nameGroovy Documentation