Package org.jboss.as.cli.impl.aesh
Class CLIValidatorInvocationImpl
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.CLIValidatorInvocationImpl
-
- All Implemented Interfaces:
org.aesh.command.validator.ValidatorInvocation,CLIValidatorInvocation
public class CLIValidatorInvocationImpl extends Object implements CLIValidatorInvocation
A concreteCLIValidatorInvocation.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description CLIValidatorInvocationImpl(CommandContext commandContext, Object value, org.aesh.readline.AeshContext aeshContext, Object command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.readline.AeshContextgetAeshContext()ObjectgetCommand()CommandContextgetCommandContext()ObjectgetValue()
-
-
-
Constructor Detail
-
CLIValidatorInvocationImpl
public CLIValidatorInvocationImpl(CommandContext commandContext, Object value, org.aesh.readline.AeshContext aeshContext, Object command)
-
-
Method Detail
-
getCommandContext
public CommandContext getCommandContext()
- Specified by:
getCommandContextin interfaceCLIValidatorInvocation
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceorg.aesh.command.validator.ValidatorInvocation
-
getCommand
public Object getCommand()
- Specified by:
getCommandin interfaceorg.aesh.command.validator.ValidatorInvocation
-
getAeshContext
public org.aesh.readline.AeshContext getAeshContext()
- Specified by:
getAeshContextin interfaceorg.aesh.command.validator.ValidatorInvocation
-
-