Class CLIConverterInvocation
- java.lang.Object
-
- org.wildfly.core.cli.command.aesh.CLIConverterInvocation
-
- All Implemented Interfaces:
org.aesh.command.converter.ConverterInvocation
public class CLIConverterInvocation extends Object implements org.aesh.command.converter.ConverterInvocation
CLI specificConverterInvocationthat exposesCommandContext.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description CLIConverterInvocation(CommandContext commandContext, org.aesh.readline.AeshContext aeshContext, String input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.readline.AeshContextgetAeshContext()CommandContextgetCommandContext()StringgetInput()
-
-
-
Constructor Detail
-
CLIConverterInvocation
public CLIConverterInvocation(CommandContext commandContext, org.aesh.readline.AeshContext aeshContext, String input)
-
-
Method Detail
-
getInput
public String getInput()
- Specified by:
getInputin interfaceorg.aesh.command.converter.ConverterInvocation
-
getAeshContext
public org.aesh.readline.AeshContext getAeshContext()
- Specified by:
getAeshContextin interfaceorg.aesh.command.converter.ConverterInvocation
-
getCommandContext
public CommandContext getCommandContext()
-
-