C# 클래스 FileScanner.PatternMatching.MatcherFactory

The factory creating concrete objects implementing IMatcher interface.
파일 보기 프로젝트 열기: kzemek/FileScanner 1 사용 예제들

공개 메소드들

메소드 설명
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