@groovy.transform.CompileStatic class GrailsApplicationScriptRunner extends DevelopmentGrailsApplication
Used to run Grails scripts within the context of a Grails application
Type | Name and description |
---|---|
java.util.List<java.io.File> |
scripts |
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 last argument is the Application class name. All other args are script names