C# Class NuGet.Commands.SourcesCommand

Inheritance: Command
Mostra file Open project: xero-github/Nuget Class Usage Examples

Private Properties

Property Type Description
AddNewSource void
EnableOrDisableSource void
PrintRegisteredSources void
RemoveSource void
SourcesCommand System
UpdatePackageSource void
ValidateCredentials void

Public Methods

Method Description
ExecuteCommand ( ) : void

Private Methods

Method Description
AddNewSource ( ) : void
EnableOrDisableSource ( bool enabled ) : void
PrintRegisteredSources ( ) : void
RemoveSource ( ) : void
SourcesCommand ( IPackageSourceProvider sourceProvider ) : System
UpdatePackageSource ( ) : void
ValidateCredentials ( ) : void

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void