C# Class Sparkles.Git.GitCommand

Inheritance: Command
Afficher le fichier Open project: hbons/SparkleShare Class Usage Examples

Méthodes publiques

Свойство Type Description
ExecPath string
SSHPath string

Méthodes publiques

Méthode Description
FormatGitSSHCommand ( SSHAuthenticationInfo auth_info ) : string
GitCommand ( string working_dir, string args ) : System
GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System
ParseProgress ( string line, double &percentage, double &speed, string &information ) : ErrorStatus

Private Methods

Méthode Description
FindError ( string line ) : ErrorStatus

Method Details

FormatGitSSHCommand() public static méthode

public static FormatGitSSHCommand ( SSHAuthenticationInfo auth_info ) : string
auth_info SSHAuthenticationInfo
Résultat string

GitCommand() public méthode

public GitCommand ( string working_dir, string args ) : System
working_dir string
args string
Résultat System

GitCommand() public méthode

public GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System
working_dir string
args string
auth_info SSHAuthenticationInfo
Résultat System

ParseProgress() public static méthode

public static ParseProgress ( string line, double &percentage, double &speed, string &information ) : ErrorStatus
line string
percentage double
speed double
information string
Résultat ErrorStatus

Property Details

ExecPath public_oe static_oe property

public static string ExecPath
Résultat string

SSHPath public_oe static_oe property

public static string SSHPath
Résultat string