Package org.jboss.as.cli.impl.aesh
Class CLIOptionActivatorProvider
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.CLIOptionActivatorProvider
-
- All Implemented Interfaces:
org.aesh.command.activator.OptionActivatorProvider
public class CLIOptionActivatorProvider extends Object implements org.aesh.command.activator.OptionActivatorProvider
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description CLIOptionActivatorProvider(CommandContextImpl commandContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.activator.OptionActivatorenhanceOptionActivator(org.aesh.command.activator.OptionActivator optionActivator)
-
-
-
Constructor Detail
-
CLIOptionActivatorProvider
public CLIOptionActivatorProvider(CommandContextImpl commandContext)
-
-