java.lang.Object
io.quarkus.devservices.postgresql.deployment.PsqlCommand
All Implemented Interfaces:
org.aesh.command.Command

public class PsqlCommand extends Object implements org.aesh.command.Command
  • Constructor Summary

    Constructors
    Constructor
    Description
    PsqlCommand(io.quarkus.deployment.builditem.DevServicesLauncherConfigResultBuildItem devServicesLauncherConfigResultBuildItem)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aesh.command.CommandResult
    execute(org.aesh.command.invocation.CommandInvocation commandInvocation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PsqlCommand

      public PsqlCommand(io.quarkus.deployment.builditem.DevServicesLauncherConfigResultBuildItem devServicesLauncherConfigResultBuildItem)
  • Method Details

    • execute

      public org.aesh.command.CommandResult execute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
      Specified by:
      execute in interface org.aesh.command.Command
      Throws:
      org.aesh.command.CommandException
      InterruptedException