C# Class Forseti.Configuration.ConfigurationFileReader

Inheritance: IConfigurationFileReader
Afficher le fichier Open project: dolittle/Forseti

Méthodes publiques

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

Private Methods

Méthode Description
FileChanged ( FileChange change, IFile file ) : void

Method Details

Apply() public méthode

public Apply ( IFile file ) : void
file IFile
Résultat void

ConfigurationFileReader() public méthode

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
Résultat System.Collections.Generic