@CompileStatic class GrailsApplicationCommandRunner extends DevelopmentGrails
| Type | Name and description |
|---|---|
String |
commandName |
static GrailsConsole |
console |
| Constructor and description |
|---|
protected GrailsApplicationCommandRunner(String commandName, Class<?>[] sources) |
| 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 first argument is the Command name, the last argument is the Application class name