C# Class Onism.Cldr.Tools.Subsetting.PatternCollectionBuilder

Represents an object that facilitates building a PatternCollection from the code.
Afficher le fichier Open project: pgolebiowski/onism-cldr Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Build() public méthode

Builds a collection of patterns.
public Build ( ) : PatternCollection
Résultat PatternCollection

Exclude() public méthode

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

Include() public méthode

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

PatternCollectionBuilder() public méthode

public PatternCollectionBuilder ( ) : System.Collections.Generic
Résultat System.Collections.Generic