Class LoggingResourceProcessor.LogCommand

java.lang.Object
io.quarkus.deployment.logging.LoggingResourceProcessor.LogCommand
All Implemented Interfaces:
org.aesh.command.Command, org.aesh.command.GroupCommand
Enclosing class:
LoggingResourceProcessor

public static class LoggingResourceProcessor.LogCommand extends Object implements org.aesh.command.GroupCommand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.aesh.command.GroupCommand

    getParsedCommands
  • Field Details

    • help

      public boolean help
  • Constructor Details

    • LogCommand

      public LogCommand()
  • Method Details

    • getCommands

      public List<org.aesh.command.Command> getCommands()
      Specified by:
      getCommands in interface org.aesh.command.GroupCommand
    • 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