C# 클래스 NuDeploy.CommandLine.Commands.ConsoleCommandProvider

상속: ICommandProvider
파일 보기 프로젝트 열기: andreaskoch/NuDeploy 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ConsoleCommandProvider() 공개 메소드

public ConsoleCommandProvider ( IEnumerable commands ) : System
commands IEnumerable
리턴 System

ConsoleCommandProvider() 공개 메소드

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
리턴 System

GetAvailableCommands() 공개 메소드

public GetAvailableCommands ( ) : IList
리턴 IList