C# Class NuDeploy.CommandLine.Program

ファイルを表示 Open project: andreaskoch/NuDeploy

Public Methods

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

Private Methods

Method Description
Main ( string args ) : int

Method Details

Program() public method

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
return System

Run() public method

public Run ( string commandLineArguments ) : int
commandLineArguments string
return int