public abstract class AbstractCommandActivator extends Object implements CLICommandActivator
CLICommandActivator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommandActivator() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext() |
void |
setCommandContext(CommandContext commandContext)
Called internally by the CLI in order to set the
CommandContext |
public void setCommandContext(CommandContext commandContext)
CLICommandActivatorCommandContextsetCommandContext in interface CLICommandActivatorcommandContext - The CommandContext instance.public CommandContext getCommandContext()
getCommandContext in interface CLICommandActivatorCopyright © 2018 JBoss by Red Hat. All rights reserved.