C# Class Commander.Core.Command.CommandManager

Inheritance: ICommandManager
Afficher le fichier Open project: SneWs/Commander Class Usage Examples

Méthodes publiques

Méthode Description
CommandManager ( ICommandAccess commandAccess ) : System
Execute ( string command ) : bool
RegisterHandler ( ICommand executor ) : void

Private Methods

Méthode Description
FinalCall ( ICommandAccess commandAccess, string command ) : bool
HandleChangeDriveCommand ( string command, ICommandAccess commandAccess ) : bool

Method Details

CommandManager() public méthode

public CommandManager ( ICommandAccess commandAccess ) : System
commandAccess ICommandAccess
Résultat System

Execute() public méthode

public Execute ( string command ) : bool
command string
Résultat bool

RegisterHandler() public méthode

public RegisterHandler ( ICommand executor ) : void
executor ICommand
Résultat void