Property | Type | Description | |
---|---|---|---|
LocalPath | string | ||
Name | string | ||
RemoteUrl | |||
UseCustomWatcher | bool |
Property | Type | Description | |
---|---|---|---|
local_config | SparkleConfig |
Property | Type | Description | |
---|---|---|---|
CalculateSize | long | ||
CreateListener | void | ||
ListenerAnnouncementReceivedDelegate | void | ||
ListenerDisconnectedDelegate | void | ||
SyncDownBase | void | ||
SyncUpBase | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ForceRetry ( ) : void | ||
GetChangeSets ( ) : List |
||
GetChangeSets ( string path ) : List |
||
Initialize ( ) : void | ||
OnFileActivity ( |
||
RestoreFile ( string path, string revision, string target_file_path ) : void | ||
SparkleRepoBase ( string path, |
||
SyncDown ( ) : bool | ||
SyncUp ( ) : bool |
Method | Description | |
---|---|---|
OnConflictResolved ( ) : void | ||
OnProgressChanged ( double progress_percentage, double progress_speed ) : void |
Method | Description | |
---|---|---|
CalculateSize ( |
||
CreateListener ( ) : void | ||
ListenerAnnouncementReceivedDelegate ( |
||
ListenerDisconnectedDelegate ( ) : void | ||
SyncDownBase ( ) : void | ||
SyncUpBase ( ) : void |
public abstract GetChangeSets ( string path ) : List |
||
path | string | |
return | List |
public OnFileActivity ( |
||
args | ||
return | void |
protected OnProgressChanged ( double progress_percentage, double progress_speed ) : void | ||
progress_percentage | double | |
progress_speed | double | |
return | void |
public abstract RestoreFile ( string path, string revision, string target_file_path ) : void | ||
path | string | |
revision | string | |
target_file_path | string | |
return | void |
public SparkleRepoBase ( string path, |
||
path | string | |
config | ||
return | System |