C# 클래스 Tp.Git.VersionControlSystem.GitRepositoryFolder

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
CheckFolder ( IStorage storage ) : bool
Create ( string repoUri ) : GitRepositoryFolder
Delete ( ) : void
Exists ( ) : bool
GetAbsolutePath ( ) : string

비공개 메소드들

메소드 설명
CheckNewCloneRepository ( IStorage storage ) : bool
DeleteDirectory ( ) : void
GetRepositoryFolder ( ) : string
ShutdownGit ( GitRepositoryFolder repositoryFolder ) : void

메소드 상세

CheckFolder() 공개 메소드

public CheckFolder ( IStorage storage ) : bool
storage IStorage
리턴 bool

Create() 공개 정적인 메소드

public static Create ( string repoUri ) : GitRepositoryFolder
repoUri string
리턴 GitRepositoryFolder

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

GetAbsolutePath() 공개 메소드

public GetAbsolutePath ( ) : string
리턴 string