| Class and Description |
|---|
| AbstractCommandActivator
Base class to develop a CLI command activator.
|
| AbstractRejectOptionActivator
Use this activator to make an option available if some options are already
present.
|
| CLICommandActivator
A
CommandActivator that exposes
CommandContext. |
| RejectOptionActivator
An Option Activator that expresses conflicts with other options.
|
| Class and Description |
|---|
| AbstractDependRejectOptionActivator
Use this activator to make an option available if a set of options is already
present and another set is not present.
|
| AbstractRejectOptionActivator
Use this activator to make an option available if some options are already
present.
|
| 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 and Description |
|---|
| AbstractCommandActivator
Base class to develop a CLI command activator.
|
| CLICommandActivator
A
CommandActivator that exposes
CommandContext. |
| Class and Description |
|---|
| 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.
|
| DependOptionActivator
An Option Activator that expresses dependencies on other options.
|
| RejectOptionActivator
An Option Activator that expresses conflicts with other options.
|
| Class and Description |
|---|
| 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.
|
| AbstractRejectOptionActivator
Use this activator to make an option available if some options are already
present.
|
| 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.
|
| RejectOptionActivator
An Option Activator that expresses conflicts with other options.
|
| Class and Description |
|---|
| AbstractOptionActivator
Base class to develop a CLI command activator.
|
| 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.
|
| RejectOptionActivator
An Option Activator that expresses conflicts with other options.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.