C# Класс Hpdi.Vss2Git.PathMatcher

Determines whether a path matches a set of glob patterns.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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