C# Class Hpdi.Vss2Git.PathMatcher

Determines whether a path matches a set of glob patterns.
显示文件 Open project: abevoelker/vss2git Class Usage Examples

Public Methods

Method Description
Matches ( string path ) : bool
PathMatcher ( string pattern ) : System.Text

Private Methods

Method Description
ConvertPattern ( string glob ) : string
ConvertPatternInto ( string glob, StringBuilder buf ) : void
ConvertPatterns ( string globs ) : string

Method Details

Matches() public method

public Matches ( string path ) : bool
path string
return bool

PathMatcher() public method

public PathMatcher ( string pattern ) : System.Text
pattern string
return System.Text