@CompileStatic class GrailsApplicationScriptRunner extends DevelopmentGrails
Used to run Grails scripts within the context of a Grails application
Type | Name and description |
---|---|
static GrailsConsole |
console |
List<File> |
scripts |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
main(String[] args) Main method to run an existing Application class |
|
ConfigurableApplicationContext |
run(String[] args) |
Methods inherited from class | Name |
---|---|
class Grails |
configureBanner, configureProfiles, main, run, run, run |
Main method to run an existing Application class
args
- The last argument is the Application class name. All other args are script names