Package org.grails.forge.cli
Class Application
- java.lang.Object
-
- org.grails.forge.cli.command.BaseCommand
-
- org.grails.forge.cli.Application
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Integer>,org.grails.forge.io.ConsoleOutput
@Prototype public class Application extends BaseCommand implements java.util.concurrent.Callable<java.lang.Integer>
-
-
Field Summary
-
Fields inherited from class org.grails.forge.cli.command.BaseCommand
commonOptions, spec
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercall()static voidmain(java.lang.String[] args)-
Methods inherited from class org.grails.forge.cli.command.BaseCommand
err, getOperatingSystem, green, out, red, showStacktrace, verbose, warning
-
-