Class CLIValidatorInvocationImpl

  • All Implemented Interfaces:
    org.aesh.command.validator.ValidatorInvocation, CLIValidatorInvocation

    public class CLIValidatorInvocationImpl
    extends Object
    implements CLIValidatorInvocation
    A concrete CLIValidatorInvocation.
    Author:
    jdenise@redhat.com
    • Constructor Detail

      • CLIValidatorInvocationImpl

        public CLIValidatorInvocationImpl​(CommandContext commandContext,
                                          Object value,
                                          org.aesh.readline.AeshContext aeshContext,
                                          Object command)
    • Method Detail

      • getValue

        public Object getValue()
        Specified by:
        getValue in interface org.aesh.command.validator.ValidatorInvocation
      • getCommand

        public Object getCommand()
        Specified by:
        getCommand in interface org.aesh.command.validator.ValidatorInvocation
      • getAeshContext

        public org.aesh.readline.AeshContext getAeshContext()
        Specified by:
        getAeshContext in interface org.aesh.command.validator.ValidatorInvocation