C# Class NuDeploy.CommandLine.Commands.HelpProvider

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

Méthodes publiques

Méthode Description
HelpProvider ( ApplicationInformation applicationInformation, IUserInterface userInterface ) : System
ShowHelp ( ICommand command ) : void
ShowHelpOverview ( IEnumerable commands ) : void

Method Details

HelpProvider() public méthode

public HelpProvider ( ApplicationInformation applicationInformation, IUserInterface userInterface ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
userInterface IUserInterface
Résultat System

ShowHelp() public méthode

public ShowHelp ( ICommand command ) : void
command ICommand
Résultat void

ShowHelpOverview() public méthode

public ShowHelpOverview ( IEnumerable commands ) : void
commands IEnumerable
Résultat void