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 classDevServicesCommand.DevServiceCompleter
-
Field Summary
Fields Modifier and Type Field Description (package private) static List<DevServiceDescriptionBuildItem>serviceDescriptions
-
Constructor Summary
Constructors Constructor Description DevServicesCommand(List<DevServiceDescriptionBuildItem> serviceDescriptions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation commandInvocation)(package private) static Optional<DevServiceDescriptionBuildItem>findDevService(String devServiceName)List<org.aesh.command.Command>getCommands()
-
-
-
Field Detail
-
serviceDescriptions
static List<DevServiceDescriptionBuildItem> serviceDescriptions
-
-
Constructor Detail
-
DevServicesCommand
public DevServicesCommand(List<DevServiceDescriptionBuildItem> serviceDescriptions)
-
-
Method Detail
-
getCommands
public List<org.aesh.command.Command> getCommands()
- Specified by:
getCommandsin interfaceorg.aesh.command.GroupCommand
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation)
- Specified by:
executein interfaceorg.aesh.command.Command
-
findDevService
static Optional<DevServiceDescriptionBuildItem> findDevService(String devServiceName)
-
-