C# 클래스 smarx.BlobSync.OneWayGitSync

상속: IOneWaySync
파일 보기 프로젝트 열기: smarx/noderole 1 사용 예제들

공개 메소드들

메소드 설명
Git ( string workingDirectory, string formatString ) : string
OneWayGitSync ( string gitUrl, string localPath ) : System
SyncAll ( ) : void

메소드 상세

Git() 공개 정적인 메소드

public static Git ( string workingDirectory, string formatString ) : string
workingDirectory string
formatString string
리턴 string

OneWayGitSync() 공개 메소드

public OneWayGitSync ( string gitUrl, string localPath ) : System
gitUrl string
localPath string
리턴 System

SyncAll() 공개 메소드

public SyncAll ( ) : void
리턴 void