C# 클래스 Sparkles.Git.GitCommand

상속: Command
파일 보기 프로젝트 열기: hbons/SparkleShare 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExecPath string
SSHPath string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FindError ( string line ) : ErrorStatus

메소드 상세

FormatGitSSHCommand() 공개 정적인 메소드

public static FormatGitSSHCommand ( SSHAuthenticationInfo auth_info ) : string
auth_info SSHAuthenticationInfo
리턴 string

GitCommand() 공개 메소드

public GitCommand ( string working_dir, string args ) : System
working_dir string
args string
리턴 System

GitCommand() 공개 메소드

public GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System
working_dir string
args string
auth_info SSHAuthenticationInfo
리턴 System

ParseProgress() 공개 정적인 메소드

public static ParseProgress ( string line, double &percentage, double &speed, string &information ) : ErrorStatus
line string
percentage double
speed double
information string
리턴 ErrorStatus

프로퍼티 상세

ExecPath 공개적으로 정적으로 프로퍼티

public static string ExecPath
리턴 string

SSHPath 공개적으로 정적으로 프로퍼티

public static string SSHPath
리턴 string