C# Class i18n.Domain.Concrete.i18nSettings

Datei anzeigen Open project: turquoiseowl/i18n Class Usage Examples

Public Methods

Method Description
i18nSettings ( AbstractSettingService settings ) : System

Private Methods

Method Description
FindPaths ( string path ) : IEnumerable

Find all the existing physical paths that corresponds to the specified path. Returns a single value if there are no wildcards in the specified path.

GetPaths ( string parts, string root = "" ) : IEnumerable

Recursively gets the path by moving through a directory tree (parts).

GetPrefixedString ( string key ) : string
HasSearchCharacter ( string path ) : bool

Determines whether the specified path has a windows wildcard character (* or ?)

MakePathAbsoluteAndFromConfigFile ( string path ) : string

Method Details

i18nSettings() public method

public i18nSettings ( AbstractSettingService settings ) : System
settings i18n.Domain.Abstract.AbstractSettingService
return System