- All Implemented Interfaces:
- AutoCloseable, org.aesh.command.container.CommandContainer<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>
public class OperationCommandContainer
extends org.aesh.command.container.DefaultCommandContainer<org.aesh.command.Command<CLICommandInvocation>,CLICommandInvocation>
A container that handles DMR operations in order to allow to mix legacy
commands with new commands when aesh operators are in use. Aesh parsing and
completion are disabled and delegated to legacy parsing and completion.
Because the set of operation names is unbounded, any command that starts with
a ":", "/" or "." is concidered an operation and this container will handle
the command.
- Author:
- jdenise@redhat.com