public class CLIConverterInvocation extends Object implements org.aesh.command.converter.ConverterInvocation
ConverterInvocation that exposes
CommandContext.| Constructor and Description |
|---|
CLIConverterInvocation(CommandContext commandContext,
org.aesh.readline.AeshContext aeshContext,
String input) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.readline.AeshContext |
getAeshContext() |
CommandContext |
getCommandContext() |
String |
getInput() |
public CLIConverterInvocation(CommandContext commandContext, org.aesh.readline.AeshContext aeshContext, String input)
public String getInput()
getInput in interface org.aesh.command.converter.ConverterInvocationpublic org.aesh.readline.AeshContext getAeshContext()
getAeshContext in interface org.aesh.command.converter.ConverterInvocationpublic CommandContext getCommandContext()
Copyright © 2018 JBoss by Red Hat. All rights reserved.