C# Class SparkleLib.Git.SparkleFetcher

Inheritance: SparkleLib.SparkleFetcherBase
Exibir arquivo Open project: brandondahler/SparkleShare

Private Properties

Property Type Description
AddWarnings void
InstallAttributeRules void
InstallConfiguration void
InstallExcludeRules void

Public Methods

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

Private Methods

Method Description
AddWarnings ( ) : void
InstallAttributeRules ( ) : void
InstallConfiguration ( ) : void
InstallExcludeRules ( ) : void

Method Details

Complete() public method

public Complete ( ) : void
return void

EnableFetchedRepoCrypto() public method

public EnableFetchedRepoCrypto ( string password ) : void
password string
return void

Fetch() public method

public Fetch ( ) : bool
return bool

InstallGitBinConfiguration() public method

public InstallGitBinConfiguration ( ) : void
return void

IsFetchedRepoPasswordCorrect() public method

public IsFetchedRepoPasswordCorrect ( string password ) : bool
password string
return bool

SparkleFetcher() public method

public SparkleFetcher ( SparkleFetcherInfo info ) : System
info SparkleLib.SparkleFetcherInfo
return System

Stop() public method

public Stop ( ) : void
return void