C# Class Sep.Git.Tfs.Util.PathResolver

Afficher le fichier Open project: pmiossec/git-tfs Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string pathInGitRepo ) : bool
GetGitObject ( string tfsPath ) : GitObject
GetPathInGitRepo ( string tfsPath ) : string
PathResolver ( IGitTfsRemote remote, string relativePath, GitObject>.IDictionary initialTree ) : System
ShouldIncludeGitItem ( string gitPath ) : bool

Private Methods

Méthode Description
Lookup ( string pathInGitRepo ) : GitObject

Method Details

Contains() public méthode

public Contains ( string pathInGitRepo ) : bool
pathInGitRepo string
Résultat bool

GetGitObject() public méthode

public GetGitObject ( string tfsPath ) : GitObject
tfsPath string
Résultat Sep.Git.Tfs.Core.GitObject

GetPathInGitRepo() public méthode

public GetPathInGitRepo ( string tfsPath ) : string
tfsPath string
Résultat string

PathResolver() public méthode

public PathResolver ( IGitTfsRemote remote, string relativePath, GitObject>.IDictionary initialTree ) : System
remote IGitTfsRemote
relativePath string
initialTree GitObject>.IDictionary
Résultat System

ShouldIncludeGitItem() public méthode

public ShouldIncludeGitItem ( string gitPath ) : bool
gitPath string
Résultat bool