| Interface | Description |
|---|---|
| ChannelFactory |
Factory for various channels used by airline.
|
| CommandFactory<T> |
Interface for command factories
|
| Class | Description |
|---|---|
| Accessor | |
| Channels |
Channels provides methods for the cli output, error and input channels.
|
| Cli<C> |
Class for encapsulating and parsing CLIs
|
| DefaultCommandFactory<T> | |
| HelpOption<C> |
An option that provides a simple way for the user to request help with a
command
|
| SingleCommand<C> |
Class for encapsulating and parsing single commands
|
| SystemChannelFactory |
Default implementation of
ChannelFactory which uses System.out, System.err and
System.in for the channels. |
| Enum | Description |
|---|---|
| Context |
Copyright © 2012–2022. All rights reserved.