C# Class SparkleLib.Git.SparkleRepo

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

Private Properties

Свойство Type Description
Add void
CalculateSizes long
ClearCache void
Commit void
ConfigureGitBin void
EnsureSpecialCharacters string
FindError bool
FormatCommitMessage string
GetChangeSetsInternal List
IsSymlink bool
PrepareDirectories void
Rebase bool
ResolveConflict void
ResolveSpecialChars string
UpdateSizes void

Méthodes publiques

Méthode Description
GetChangeSets ( ) : List
GetChangeSets ( string path ) : List
RestoreFile ( string path, string revision, string target_file_path ) : void
SparkleRepo ( string path, SparkleConfig config ) : System
SyncDown ( ) : bool
SyncUp ( ) : bool

Private Methods

Méthode Description
Add ( ) : void
CalculateSizes ( DirectoryInfo parent ) : long
ClearCache ( ) : void
Commit ( string message ) : void
ConfigureGitBin ( ) : void
EnsureSpecialCharacters ( string path ) : string
FindError ( string line ) : bool
FormatCommitMessage ( ) : string
GetChangeSetsInternal ( string path ) : List
IsSymlink ( string file ) : bool
PrepareDirectories ( string path ) : void
Rebase ( ) : bool
ResolveConflict ( ) : void
ResolveSpecialChars ( string s ) : string
UpdateSizes ( ) : void

Method Details

GetChangeSets() public méthode

public GetChangeSets ( ) : List
Résultat List

GetChangeSets() public méthode

public GetChangeSets ( string path ) : List
path string
Résultat List

RestoreFile() public méthode

public RestoreFile ( string path, string revision, string target_file_path ) : void
path string
revision string
target_file_path string
Résultat void

SparkleRepo() public méthode

public SparkleRepo ( string path, SparkleConfig config ) : System
path string
config SparkleLib.SparkleConfig
Résultat System

SyncDown() public méthode

public SyncDown ( ) : bool
Résultat bool

SyncUp() public méthode

public SyncUp ( ) : bool
Résultat bool