Class 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>
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception