ICommandRepository Interface
Namespace: DensoCreate.Cli.Framework
Description
This is a repository interface for registering, retrieving, and managing commands.
Method
| Name | Description |
|---|---|
| Clear | Clears commands. |
| GetCommands | Returns registered command instances. |
| Register(ICommand) | Registers a command by specifying a command instance. |
| Register(Type,IExtension) | Registers a command by specifying a type. |
| Register<T> | Register a command by specifying its type. |