Interface CLICommandInvocation
-
- All Superinterfaces:
org.aesh.command.invocation.CommandInvocation
public interface CLICommandInvocation extends org.aesh.command.invocation.CommandInvocationCLI specificCommandInvocationthat exposesCommandContext.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandContextgetCommandContext()StringinputLine(org.aesh.readline.Prompt prompt, org.aesh.readline.completion.Completion completer)
-
-
-
Method Detail
-
getCommandContext
CommandContext getCommandContext()
-
inputLine
String inputLine(org.aesh.readline.Prompt prompt, org.aesh.readline.completion.Completion completer) throws InterruptedException, IOException
- Throws:
InterruptedExceptionIOException
-
-