Class DevServicesCommand
java.lang.Object
io.quarkus.devservices.deployment.DevServicesCommand
- All Implemented Interfaces:
org.aesh.command.Command,org.aesh.command.GroupCommand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDevServicesCommand(List<DevServiceDescriptionBuildItem> serviceDescriptions) -
Method Summary
Modifier and TypeMethodDescriptionorg.aesh.command.CommandResultexecute(org.aesh.command.invocation.CommandInvocation commandInvocation) (package private) static Optional<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, waitMethods inherited from interface org.aesh.command.GroupCommand
getParsedCommands
-
Field Details
-
serviceDescriptions
-
-
Constructor Details
-
DevServicesCommand
-
-
Method Details
-
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
-