C# Class Fubu.InstallationRunner

Datei anzeigen Open project: nhsevidence/fubumvc Class Usage Examples

Public Methods

Method Description
InstallationRunner ( IEnvironmentGateway gateway, IInstallationLogger logger ) : System
RunTheInstallation ( InstallInput input ) : void

Private Methods

Method Description
execute ( InstallInput input ) : IEnumerable
logEntries ( InstallInput input, IEnumerable entries ) : void

Method Details

InstallationRunner() public method

public InstallationRunner ( IEnvironmentGateway gateway, IInstallationLogger logger ) : System
gateway IEnvironmentGateway
logger IInstallationLogger
return System

RunTheInstallation() public method

public RunTheInstallation ( InstallInput input ) : void
input InstallInput
return void