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
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static List<io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DevServicesCommand(List<io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem> serviceDescriptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aesh.command.CommandResult
    execute(org.aesh.command.invocation.CommandInvocation commandInvocation)
     
    (package private) static Optional<io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem>
    findDevService(String devServiceName)
     
    List<org.aesh.command.Command>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.aesh.command.GroupCommand

    getParsedCommands
  • Field Details

    • serviceDescriptions

      static List<io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem> serviceDescriptions
  • Constructor Details

    • DevServicesCommand

      public DevServicesCommand(List<io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem> serviceDescriptions)
  • 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<io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem> findDevService(String devServiceName)