Property | Type | Description | |
---|---|---|---|
FetchPriorHistory | bool | ||
Identifier | string | ||
OriginalFetcherInfo |
Property | Type | Description | |
---|---|---|---|
ExcludeRules | string[] | ||
errors | List |
||
warnings | List |
Method | Description | |
---|---|---|
Complete ( ) : void | ||
CreateIdentifier ( ) : string | ||
Dispose ( ) : void | ||
EnableFetchedRepoCrypto ( string password ) : void | ||
Fetch ( ) : bool | ||
GetBackend ( string address ) : string | ||
IsFetchedRepoPasswordCorrect ( string password ) : bool | ||
SparkleFetcherBase ( |
||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
GenerateCryptoSalt ( ) : string | ||
OnProgressChanged ( double percentage ) : void |
Method | Description | |
---|---|---|
AcceptHostKey ( string host_key, bool warn ) : void | ||
CreateInitialChangeSet ( ) : void | ||
DeriveFingerprint ( string public_key ) : string | ||
FetchHostKey ( ) : string |
public abstract EnableFetchedRepoCrypto ( string password ) : void | ||
password | string | |
return | void |
public static GetBackend ( string address ) : string | ||
address | string | |
return | string |
public abstract IsFetchedRepoPasswordCorrect ( string password ) : bool | ||
password | string | |
return | bool |
protected OnProgressChanged ( double percentage ) : void | ||
percentage | double | |
return | void |
public SparkleFetcherBase ( |
||
info | ||
return | System |
public SparkleFetcherInfo,SparkleLib OriginalFetcherInfo | ||
return |