C# Класс FileScanner.PatternMatching.MatcherFactory

The factory creating concrete objects implementing IMatcher interface.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( List patterns, MatchAlgorithm algorithm = MatchAlgorithm.Default ) : IMatcher

Initializes a new object implementing the IMatcher interface for finding the specified patterns.

Описание методов

Create() публичный Метод

Initializes a new object implementing the IMatcher interface for finding the specified patterns.
public Create ( List patterns, MatchAlgorithm algorithm = MatchAlgorithm.Default ) : IMatcher
patterns List The patterns to search for in text.
algorithm MatchAlgorithm /// The algorithm used for underlying implementation. ///
Результат IMatcher