C# 클래스 Onism.Cldr.Tools.Subsetting.PatternCollectionBuilder

Represents an object that facilitates building a PatternCollection from the code.
파일 보기 프로젝트 열기: pgolebiowski/onism-cldr 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : PatternCollection

Builds a collection of patterns.

Exclude ( string path ) : PatternCollectionBuilder

Parses the path to create an excluding pattern and adds it to the end of the collection.

Include ( string path ) : PatternCollectionBuilder

Parses the path to create an including pattern and adds it to the end of the collection.

PatternCollectionBuilder ( ) : System.Collections.Generic

메소드 상세

Build() 공개 메소드

Builds a collection of patterns.
public Build ( ) : PatternCollection
리턴 PatternCollection

Exclude() 공개 메소드

Parses the path to create an excluding pattern and adds it to the end of the collection.
public Exclude ( string path ) : PatternCollectionBuilder
path string
리턴 PatternCollectionBuilder

Include() 공개 메소드

Parses the path to create an including pattern and adds it to the end of the collection.
public Include ( string path ) : PatternCollectionBuilder
path string
리턴 PatternCollectionBuilder

PatternCollectionBuilder() 공개 메소드

public PatternCollectionBuilder ( ) : System.Collections.Generic
리턴 System.Collections.Generic