C# Class Tp.Mercurial.VersionControlSystem.MercurialRepositoryFolder

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 ) : MercurialRepositoryFolder
Delete ( ) : void
Exists ( ) : bool
GetAbsolutePath ( ) : string

Private Methods

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

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 ) : MercurialRepositoryFolder
repoUri string
Résultat MercurialRepositoryFolder

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