C# 클래스 Hpdi.Vss2Git.PathMatcher

Determines whether a path matches a set of glob patterns.
파일 보기 프로젝트 열기: abevoelker/vss2git 1 사용 예제들

공개 메소드들

메소드 설명
Matches ( string path ) : bool
PathMatcher ( string pattern ) : System.Text

비공개 메소드들

메소드 설명
ConvertPattern ( string glob ) : string
ConvertPatternInto ( string glob, StringBuilder buf ) : void
ConvertPatterns ( string globs ) : string

메소드 상세

Matches() 공개 메소드

public Matches ( string path ) : bool
path string
리턴 bool

PathMatcher() 공개 메소드

public PathMatcher ( string pattern ) : System.Text
pattern string
리턴 System.Text