C# Класс i18n.Domain.Concrete.FileNuggetFinder

Наследование: INuggetFinder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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)

Приватные методы

Метод Описание
AddNewTemplateItem ( string fileName, ReferenceContext referenceContext, Nugget nugget, TemplateItem>.ConcurrentDictionary templateItems ) : void
ParseFile ( string projectDirectory, string filePath, TemplateItem>.ConcurrentDictionary templateItems ) : void

Описание методов

FileNuggetFinder() публичный Метод

public FileNuggetFinder ( i18nSettings settings ) : System
settings i18nSettings
Результат System

ParseAll() публичный Метод

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
Результат TemplateItem>.IDictionary