C# Class Deveel.Configuration.PatternOptionBuilder

显示文件 Open project: deveel/deveel-cli

Public Methods

Method Description
IsValueCode ( char ch ) : bool
Parse ( String pattern ) : Options
getValueClass ( char ch ) : OptionType

Method Details

IsValueCode() public static method

public static IsValueCode ( char ch ) : bool
ch char
return bool

Parse() public static method

public static Parse ( String pattern ) : Options
pattern String
return Options

getValueClass() public static method

public static getValueClass ( char ch ) : OptionType
ch char
return OptionType