Interface CLIValidatorInvocation<T,C>
-
- All Superinterfaces:
org.aesh.command.validator.ValidatorInvocation<T,C>
- All Known Implementing Classes:
CLIValidatorInvocationImpl
public interface CLIValidatorInvocation<T,C> extends org.aesh.command.validator.ValidatorInvocation<T,C>CLI specificValidatorInvocationthat exposesCommandContext.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandContextgetCommandContext()
-
-
-
Method Detail
-
getCommandContext
CommandContext getCommandContext()
-
-