| Interface | Description |
|---|---|
| CLICommandActivator |
A
CommandActivator that exposes
CommandContext. |
| CLIOptionActivator |
An
OptionActivator that exposes
CommandContext. |
| DependOneOfOptionActivator |
An option activator that expresses that an option depends on a set of options
that are in conflict with each others.
|
| DependOptionActivator |
An Option Activator that expresses dependencies on other options.
|
| DomainOptionActivator |
When an Option is only valid in domain mode, it must be activated by an
org.aesh.command.activator.OptionActivator that implements this
interface. |
| RejectOptionActivator |
An Option Activator that expresses conflicts with other options.
|
| StandaloneOptionActivator |
When an Option is only valid in standalone mode, it must be activated by an
org.aesh.command.activator.OptionActivator that implements this
interface. |
| Class | Description |
|---|---|
| AbstractCommandActivator |
Base class to develop a CLI command activator.
|
| AbstractDependOneOfOptionActivator |
Use this activator to make an option to depend on a set of options that are
in conflict with each others.
|
| AbstractDependOptionActivator |
Use this activator to make an option available if some options are already
present.Usage of this class allows CLI to automatically generate command help
synopsis.
|
| AbstractDependRejectOptionActivator |
Use this activator to make an option available if a set of options is already
present and another set is not present.
|
| AbstractOptionActivator |
Base class to develop a CLI command activator.
|
| AbstractRejectOptionActivator |
Use this activator to make an option available if some options are already
present.
|
| HideOptionActivator |
Activator that hides option from completion and help.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.