Summary
Initializes a new instance of the
BuildFeature class.
- Namespace
- Cake
.Features .Building - Containing Type
- BuildFeature
Syntax
public BuildFeature(IFileSystem fileSystem, ICakeEnvironment environment, IContainerConfigurator configurator, IModuleSearcher searcher, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The Cake environment. |
| configurator | I |
The container configurator. |
| searcher | IModuleSearcher | The module searcher. |
| log | ICakeLog | The log. |
Return Value
| Type | Description |
|---|---|
| void |
