C# Class NuDeploy.CommandLine.Infrastructure.Console.CommandLineArgumentInterpreter

Inheritance: ICommandLineArgumentInterpreter
Afficher le fichier Open project: andreaskoch/NuDeploy Class Usage Examples

Méthodes publiques

Méthode Description
CommandLineArgumentInterpreter ( ICommandProvider commandProvider, ICommandNameMatcher commandNameMatcher, ICommandArgumentParser commandArgumentParser, ICommandArgumentNameMatcher commandArgumentNameMatcher ) : System
GetCommand ( IList commandLineArguments ) : ICommand

Method Details

CommandLineArgumentInterpreter() public méthode

public CommandLineArgumentInterpreter ( ICommandProvider commandProvider, ICommandNameMatcher commandNameMatcher, ICommandArgumentParser commandArgumentParser, ICommandArgumentNameMatcher commandArgumentNameMatcher ) : System
commandProvider ICommandProvider
commandNameMatcher ICommandNameMatcher
commandArgumentParser ICommandArgumentParser
commandArgumentNameMatcher ICommandArgumentNameMatcher
Résultat System

GetCommand() public méthode

public GetCommand ( IList commandLineArguments ) : ICommand
commandLineArguments IList
Résultat ICommand