Interface CLICommandInvocation

  • All Superinterfaces:
    org.aesh.command.invocation.CommandInvocation

    public interface CLICommandInvocation
    extends org.aesh.command.invocation.CommandInvocation
    CLI specific CommandInvocation that exposes CommandContext.
    Author:
    jdenise@redhat.com
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommandContext getCommandContext()  
      String inputLine​(org.aesh.readline.Prompt prompt, org.aesh.readline.completion.Completion completer)  
      • Methods inherited from interface org.aesh.command.invocation.CommandInvocation

        buildExecutor, executeCommand, getConfiguration, getHelpInfo, getHelpInfo, getPrompt, getShell, input, inputLine, inputLine, print, print, println, println, setPrompt, stop