Interface CLICommandActivator
-
- All Superinterfaces:
org.aesh.command.activator.CommandActivator
- All Known Implementing Classes:
AbstractCommandActivator,ConnectedActivator,ControlledCommandActivator,HttpServerCommandActivator,SecurityCommandActivator
public interface CLICommandActivator extends org.aesh.command.activator.CommandActivatorACommandActivatorthat exposesCommandContext.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandContextgetCommandContext()voidsetCommandContext(CommandContext commandContext)Called internally by the CLI in order to set theCommandContext
-
-
-
Method Detail
-
setCommandContext
void setCommandContext(CommandContext commandContext)
Called internally by the CLI in order to set theCommandContext- Parameters:
commandContext- TheCommandContextinstance.
-
getCommandContext
CommandContext getCommandContext()
-
-