C# Class SparkleLib.Git.SparkleFetcher

Inheritance: SparkleLib.SparkleFetcherBase
Afficher le fichier Open project: brandondahler/SparkleShare

Private Properties

Свойство Type Description
AddWarnings void
InstallAttributeRules void
InstallConfiguration void
InstallExcludeRules void

Méthodes publiques

Méthode Description
Complete ( ) : void
EnableFetchedRepoCrypto ( string password ) : void
Fetch ( ) : bool
InstallGitBinConfiguration ( ) : void
IsFetchedRepoPasswordCorrect ( string password ) : bool
SparkleFetcher ( SparkleFetcherInfo info ) : System
Stop ( ) : void

Private Methods

Méthode Description
AddWarnings ( ) : void
InstallAttributeRules ( ) : void
InstallConfiguration ( ) : void
InstallExcludeRules ( ) : void

Method Details

Complete() public méthode

public Complete ( ) : void
Résultat void

EnableFetchedRepoCrypto() public méthode

public EnableFetchedRepoCrypto ( string password ) : void
password string
Résultat void

Fetch() public méthode

public Fetch ( ) : bool
Résultat bool

InstallGitBinConfiguration() public méthode

public InstallGitBinConfiguration ( ) : void
Résultat void

IsFetchedRepoPasswordCorrect() public méthode

public IsFetchedRepoPasswordCorrect ( string password ) : bool
password string
Résultat bool

SparkleFetcher() public méthode

public SparkleFetcher ( SparkleFetcherInfo info ) : System
info SparkleLib.SparkleFetcherInfo
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void