Class DevServicesCommand

java.lang.Object
io.quarkus.devservices.deployment.DevServicesCommand
All Implemented Interfaces:
org.aesh.command.Command, org.aesh.command.GroupCommand

public class DevServicesCommand extends Object implements org.aesh.command.GroupCommand
  • Field Details

  • Constructor Details

  • Method Details

    • getCommands

      public List<org.aesh.command.Command> getCommands()
      Specified by:
      getCommands in interface org.aesh.command.GroupCommand
    • execute

      public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation)
      Specified by:
      execute in interface org.aesh.command.Command
    • findDevService

      static Optional<DevServiceDescriptionBuildItem> findDevService(String devServiceName)