C# Class NuDeploy.CommandLine.Commands.Console.InstallCommand

Inheritance: ICommand
Show file Open project: andreaskoch/NuDeploy Class Usage Examples

Public Methods

Method Description
Execute ( ) : bool
InstallCommand ( IUserInterface userInterface, IPackageInstaller packageInstaller, IDeploymentTypeParser deploymentTypeParser ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

InstallCommand() public method

public InstallCommand ( IUserInterface userInterface, IPackageInstaller packageInstaller, IDeploymentTypeParser deploymentTypeParser ) : System
userInterface IUserInterface
packageInstaller IPackageInstaller
deploymentTypeParser IDeploymentTypeParser
return System