C# 클래스 Forseti.Configuration.ConfigurationFileReader

상속: IConfigurationFileReader
파일 보기 프로젝트 열기: dolittle/Forseti

공개 메소드들

메소드 설명
Apply ( IFile file ) : void
ConfigurationFileReader ( IConfigure configure, IFileSystemWatcher fileSystemWatcher, IYamlParser yamlParser, IHarnessManager harnessManager, IFrameworkManager frameworkManager ) : System.Collections.Generic

비공개 메소드들

메소드 설명
FileChanged ( FileChange change, IFile file ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( IFile file ) : void
file IFile
리턴 void

ConfigurationFileReader() 공개 메소드

public ConfigurationFileReader ( IConfigure configure, IFileSystemWatcher fileSystemWatcher, IYamlParser yamlParser, IHarnessManager harnessManager, IFrameworkManager frameworkManager ) : System.Collections.Generic
configure IConfigure
fileSystemWatcher IFileSystemWatcher
yamlParser IYamlParser
harnessManager IHarnessManager
frameworkManager IFrameworkManager
리턴 System.Collections.Generic