C# Class Orc.NuGetExplorer.NuGetConfigurationService

Inheritance: INuGetConfigurationService
Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
DisablePackageSource ( string name, string source ) : void
GetDestinationFolder ( ) : string
GetIsPrereleaseAllowed ( IRepository repository ) : bool
LoadPackageSources ( bool onlyEnabled = false ) : IEnumerable
NuGetConfigurationService ( IConfigurationService configurationService, IPackageSourceProvider packageSourceProvider, INuGetFeedVerificationService feedVerificationService ) : System
SetDestinationFolder ( string value ) : void
SetIsPrereleaseAllowed ( IRepository repository, bool value ) : void

Private Methods

Méthode Description
DeletePackageSource ( string name, string source ) : void
GetIsPrereleaseAllowedKey ( IRepository repository ) : string
SavePackageSource ( string name, string source, bool isEnabled = true, bool isOfficial = true ) : bool
SavePackageSource ( string name, string source, bool isEnabled = true, bool isOfficial = true, bool verifyFeed = true ) : bool
SavePackageSources ( IEnumerable packageSources ) : void

Method Details

DisablePackageSource() public méthode

public DisablePackageSource ( string name, string source ) : void
name string
source string
Résultat void

GetDestinationFolder() public méthode

public GetDestinationFolder ( ) : string
Résultat string

GetIsPrereleaseAllowed() public méthode

public GetIsPrereleaseAllowed ( IRepository repository ) : bool
repository IRepository
Résultat bool

LoadPackageSources() public méthode

public LoadPackageSources ( bool onlyEnabled = false ) : IEnumerable
onlyEnabled bool
Résultat IEnumerable

NuGetConfigurationService() public méthode

public NuGetConfigurationService ( IConfigurationService configurationService, IPackageSourceProvider packageSourceProvider, INuGetFeedVerificationService feedVerificationService ) : System
configurationService IConfigurationService
packageSourceProvider IPackageSourceProvider
feedVerificationService INuGetFeedVerificationService
Résultat System

SetDestinationFolder() public méthode

public SetDestinationFolder ( string value ) : void
value string
Résultat void

SetIsPrereleaseAllowed() public méthode

public SetIsPrereleaseAllowed ( IRepository repository, bool value ) : void
repository IRepository
value bool
Résultat void