Class CreateServiceCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>, org.grails.forge.io.ConsoleOutput

    public class CreateServiceCommand
    extends CodeGenCommand
    • Constructor Detail

      • CreateServiceCommand

        @Inject
        public CreateServiceCommand​(@Parameter
                                    CodeGenConfig config)
      • CreateServiceCommand

        public CreateServiceCommand​(CodeGenConfig config,
                                    io.micronaut.core.util.functional.ThrowingSupplier<org.grails.forge.io.OutputHandler,​java.io.IOException> outputHandlerSupplier,
                                    org.grails.forge.io.ConsoleOutput consoleOutput)
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception