C# Class i18n.Domain.Concrete.FileNuggetFinder

Inheritance: INuggetFinder
Afficher le fichier Open project: turquoiseowl/i18n Class Usage Examples

Méthodes publiques

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

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

public FileNuggetFinder ( i18nSettings settings ) : System
settings i18nSettings
Résultat System

ParseAll() public méthode

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
Résultat TemplateItem>.IDictionary