C# Class Hpdi.Vss2Git.PathMatcher

Determines whether a path matches a set of glob patterns.
Afficher le fichier Open project: abevoelker/vss2git Class Usage Examples

Méthodes publiques

Méthode Description
Matches ( string path ) : bool
PathMatcher ( string pattern ) : System.Text

Private Methods

Méthode Description
ConvertPattern ( string glob ) : string
ConvertPatternInto ( string glob, StringBuilder buf ) : void
ConvertPatterns ( string globs ) : string

Method Details

Matches() public méthode

public Matches ( string path ) : bool
path string
Résultat bool

PathMatcher() public méthode

public PathMatcher ( string pattern ) : System.Text
pattern string
Résultat System.Text