C# Class Forseti.Configuration.ConfigurationFileReader

Inheritance: IConfigurationFileReader
ファイルを表示 Open project: dolittle/Forseti

Public Methods

Method Description
Apply ( IFile file ) : void
ConfigurationFileReader ( IConfigure configure, IFileSystemWatcher fileSystemWatcher, IYamlParser yamlParser, IHarnessManager harnessManager, IFrameworkManager frameworkManager ) : System.Collections.Generic

Private Methods

Method Description
FileChanged ( FileChange change, IFile file ) : void

Method Details

Apply() public method

public Apply ( IFile file ) : void
file IFile
return void

ConfigurationFileReader() public method

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
return System.Collections.Generic