C# Class Tp.Git.VersionControlSystem.GitRepositoryFolder

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
CheckFolder ( IStorage storage ) : bool
Create ( string repoUri ) : GitRepositoryFolder
Delete ( ) : void
Exists ( ) : bool
GetAbsolutePath ( ) : string

Private Methods

Méthode Description
CheckNewCloneRepository ( IStorage storage ) : bool
DeleteDirectory ( ) : void
GetRepositoryFolder ( ) : string
ShutdownGit ( GitRepositoryFolder repositoryFolder ) : void

Method Details

CheckFolder() public méthode

public CheckFolder ( IStorage storage ) : bool
storage IStorage
Résultat bool

Create() public static méthode

public static Create ( string repoUri ) : GitRepositoryFolder
repoUri string
Résultat GitRepositoryFolder

Delete() public méthode

public Delete ( ) : void
Résultat void

Exists() public méthode

public Exists ( ) : bool
Résultat bool

GetAbsolutePath() public méthode

public GetAbsolutePath ( ) : string
Résultat string