C# Class NuDeploy.CommandLine.Program

Afficher le fichier Open project: andreaskoch/NuDeploy

Méthodes publiques

Méthode Description
Program ( ApplicationInformation applicationInformation, IUserInterface userInterface, IActionLogger logger, ICommandLineArgumentInterpreter commandLineArgumentInterpreter, IHelpCommand helpCommand ) : System
Run ( string commandLineArguments ) : int

Private Methods

Méthode Description
Main ( string args ) : int

Method Details

Program() public méthode

public Program ( ApplicationInformation applicationInformation, IUserInterface userInterface, IActionLogger logger, ICommandLineArgumentInterpreter commandLineArgumentInterpreter, IHelpCommand helpCommand ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
userInterface IUserInterface
logger IActionLogger
commandLineArgumentInterpreter ICommandLineArgumentInterpreter
helpCommand IHelpCommand
Résultat System

Run() public méthode

public Run ( string commandLineArguments ) : int
commandLineArguments string
Résultat int