Class CLIConverterInvocation

  • All Implemented Interfaces:
    org.aesh.command.converter.ConverterInvocation

    public class CLIConverterInvocation
    extends Object
    implements org.aesh.command.converter.ConverterInvocation
    CLI specific ConverterInvocation that exposes CommandContext.
    Author:
    jdenise@redhat.com
    • Constructor Detail

      • CLIConverterInvocation

        public CLIConverterInvocation​(CommandContext commandContext,
                                      org.aesh.readline.AeshContext aeshContext,
                                      String input)
    • Method Detail

      • getInput

        public String getInput()
        Specified by:
        getInput in interface org.aesh.command.converter.ConverterInvocation
      • getAeshContext

        public org.aesh.readline.AeshContext getAeshContext()
        Specified by:
        getAeshContext in interface org.aesh.command.converter.ConverterInvocation