C# 클래스 Sep.Git.Tfs.Util.PathResolver

파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Lookup ( string pathInGitRepo ) : GitObject

메소드 상세

Contains() 공개 메소드

public Contains ( string pathInGitRepo ) : bool
pathInGitRepo string
리턴 bool

GetGitObject() 공개 메소드

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

GetPathInGitRepo() 공개 메소드

public GetPathInGitRepo ( string tfsPath ) : string
tfsPath string
리턴 string

PathResolver() 공개 메소드

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

ShouldIncludeGitItem() 공개 메소드

public ShouldIncludeGitItem ( string gitPath ) : bool
gitPath string
리턴 bool