C# 클래스 SparkleLib.Git.SparkleFetcher

상속: SparkleLib.SparkleFetcherBase
파일 보기 프로젝트 열기: brandondahler/SparkleShare

Private Properties

프로퍼티 타입 설명
AddWarnings void
InstallAttributeRules void
InstallConfiguration void
InstallExcludeRules void

공개 메소드들

메소드 설명
Complete ( ) : void
EnableFetchedRepoCrypto ( string password ) : void
Fetch ( ) : bool
InstallGitBinConfiguration ( ) : void
IsFetchedRepoPasswordCorrect ( string password ) : bool
SparkleFetcher ( SparkleFetcherInfo info ) : System
Stop ( ) : void

비공개 메소드들

메소드 설명
AddWarnings ( ) : void
InstallAttributeRules ( ) : void
InstallConfiguration ( ) : void
InstallExcludeRules ( ) : void

메소드 상세

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

EnableFetchedRepoCrypto() 공개 메소드

public EnableFetchedRepoCrypto ( string password ) : void
password string
리턴 void

Fetch() 공개 메소드

public Fetch ( ) : bool
리턴 bool

InstallGitBinConfiguration() 공개 메소드

public InstallGitBinConfiguration ( ) : void
리턴 void

IsFetchedRepoPasswordCorrect() 공개 메소드

public IsFetchedRepoPasswordCorrect ( string password ) : bool
password string
리턴 bool

SparkleFetcher() 공개 메소드

public SparkleFetcher ( SparkleFetcherInfo info ) : System
info SparkleLib.SparkleFetcherInfo
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void