C# 클래스 i18n.Domain.Concrete.FileNuggetFinder

상속: INuggetFinder
파일 보기 프로젝트 열기: turquoiseowl/i18n 1 사용 예제들

공개 메소드들

메소드 설명
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