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

Exibir arquivo Open project: pmiossec/git-tfs Class Usage Examples

Public Methods

Method 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

Method Description
Lookup ( string pathInGitRepo ) : GitObject

Method Details

Contains() public method

public Contains ( string pathInGitRepo ) : bool
pathInGitRepo string
return bool

GetGitObject() public method

public GetGitObject ( string tfsPath ) : GitObject
tfsPath string
return Sep.Git.Tfs.Core.GitObject

GetPathInGitRepo() public method

public GetPathInGitRepo ( string tfsPath ) : string
tfsPath string
return string

PathResolver() public method

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

ShouldIncludeGitItem() public method

public ShouldIncludeGitItem ( string gitPath ) : bool
gitPath string
return bool