Class CreateProtoServiceCommand

All Implemented Interfaces:
ConsoleOutput, Callable<Integer>

@Prototype public class CreateProtoServiceCommand extends CodeGenCommand
  • Field Details

    • serviceName

      protected String serviceName
  • Constructor Details

  • Method Details

    • setServiceName

      public void setServiceName(String serviceName)
      The service name
      Parameters:
      serviceName - Sets the service name to generate
    • applies

      public boolean applies()
      Specified by:
      applies in class CodeGenCommand
    • call

      public Integer call() throws Exception
      Throws:
      Exception