C# Class i18n.Domain.Concrete.FileNuggetFinder

Inheritance: INuggetFinder
Exibir arquivo Open project: turquoiseowl/i18n Class Usage Examples

Public Methods

Method Description
FileNuggetFinder ( i18nSettings settings ) : System
ParseAll ( ) : TemplateItem>.IDictionary

Goes through the Directories to scan recursively and starts a scan of each while that matches the whitelist. (both from settings)

Private Methods

Method Description
AddNewTemplateItem ( string fileName, ReferenceContext referenceContext, Nugget nugget, TemplateItem>.ConcurrentDictionary templateItems ) : void
ParseFile ( string projectDirectory, string filePath, TemplateItem>.ConcurrentDictionary templateItems ) : void

Method Details

FileNuggetFinder() public method

public FileNuggetFinder ( i18nSettings settings ) : System
settings i18nSettings
return System

ParseAll() public method

Goes through the Directories to scan recursively and starts a scan of each while that matches the whitelist. (both from settings)
public ParseAll ( ) : TemplateItem>.IDictionary
return TemplateItem>.IDictionary