Class QuarkusCommand

java.lang.Object
io.quarkus.deployment.console.QuarkusCommand
All Implemented Interfaces:
org.aesh.command.Command
Direct Known Subclasses:
LoggingResourceProcessor.SetLogLevelCommand, TestTracingProcessor.TestSelectionCommand

public abstract class QuarkusCommand extends Object implements org.aesh.command.Command
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.aesh.command.CommandResult
    doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation)
     
    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
  • Field Details

    • done

      public boolean done
    • help

      public boolean help
  • Constructor Details

    • QuarkusCommand

      public QuarkusCommand()
  • 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
    • doExecute

      public abstract org.aesh.command.CommandResult doExecute(org.aesh.command.invocation.CommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
      Throws:
      org.aesh.command.CommandException
      InterruptedException