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

Represents a pattern based on a JPath expression.
ファイルを表示 Open project: pgolebiowski/onism-cldr

Public Methods

Method Description
Parse ( string path ) : Pattern

Loads a Pattern from a string.

ToString ( ) : string
Validate ( string path ) : void

Private Methods

Method Description
Pattern ( string expression, bool isNegated ) : Newtonsoft.Json.Linq

Method Details

Parse() public static method

Loads a Pattern from a string.
public static Parse ( string path ) : Pattern
path string
return Pattern

ToString() public method

public ToString ( ) : string
return string

Validate() public static method

public static Validate ( string path ) : void
path string
return void