Class PostgresCommand
java.lang.Object
io.quarkus.devservices.postgresql.deployment.PostgresCommand
- All Implemented Interfaces:
org.aesh.command.Command,org.aesh.command.GroupCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPostgresCommand(io.quarkus.deployment.builditem.DevServicesLauncherConfigResultBuildItem devServicesLauncherConfigResultBuildItem) -
Method Summary
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
-
help
public boolean help
-
-
Constructor Details
-
PostgresCommand
public PostgresCommand(io.quarkus.deployment.builditem.DevServicesLauncherConfigResultBuildItem devServicesLauncherConfigResultBuildItem)
-
-
Method Details
-
getCommands
- Specified by:
getCommandsin interfaceorg.aesh.command.GroupCommand
-
execute
public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException - Specified by:
executein interfaceorg.aesh.command.Command- Throws:
org.aesh.command.CommandExceptionInterruptedException
-