C# Class NuDeploy.CommandLine.Commands.ConsoleCommandProvider

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

Public Methods

Method Description
ConsoleCommandProvider ( IEnumerable commands ) : System
ConsoleCommandProvider ( InstallationStatusCommand installationStatus, InstallCommand install, UninstallCommand uninstall, CleanupCommand cleanup, PackageSolutionCommand packageSolution, PackageBuildOutputCommand packageBuildOutput, RepositorySourceConfigurationCommand configureSources, PublishingTargetConfigurationCommand configurePublishingTargets, SelfUpdateCommand selfUpdate, PublishCommand publishCommand, IHelpCommand helpCommand ) : System
GetAvailableCommands ( ) : IList

Method Details

ConsoleCommandProvider() public method

public ConsoleCommandProvider ( IEnumerable commands ) : System
commands IEnumerable
return System

ConsoleCommandProvider() public method

public ConsoleCommandProvider ( InstallationStatusCommand installationStatus, InstallCommand install, UninstallCommand uninstall, CleanupCommand cleanup, PackageSolutionCommand packageSolution, PackageBuildOutputCommand packageBuildOutput, RepositorySourceConfigurationCommand configureSources, PublishingTargetConfigurationCommand configurePublishingTargets, SelfUpdateCommand selfUpdate, PublishCommand publishCommand, IHelpCommand helpCommand ) : System
installationStatus NuDeploy.CommandLine.Commands.Console.InstallationStatusCommand
install NuDeploy.CommandLine.Commands.Console.InstallCommand
uninstall NuDeploy.CommandLine.Commands.Console.UninstallCommand
cleanup NuDeploy.CommandLine.Commands.Console.CleanupCommand
packageSolution NuDeploy.CommandLine.Commands.Console.PackageSolutionCommand
packageBuildOutput NuDeploy.CommandLine.Commands.Console.PackageBuildOutputCommand
configureSources NuDeploy.CommandLine.Commands.Console.RepositorySourceConfigurationCommand
configurePublishingTargets NuDeploy.CommandLine.Commands.Console.PublishingTargetConfigurationCommand
selfUpdate NuDeploy.CommandLine.Commands.Console.SelfUpdateCommand
publishCommand NuDeploy.CommandLine.Commands.Console.PublishCommand
helpCommand IHelpCommand
return System

GetAvailableCommands() public method

public GetAvailableCommands ( ) : IList
return IList