Summary
Initializes a new instance of the
ScriptProcessor class.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptProcessor
Syntax
public ScriptProcessor(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log, IToolLocator tools, IEnumerable<IPackageInstaller> installers, ICakeConfiguration configuration)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| log | ICakeLog | The log. |
| tools | IToolLocator | The tool locator. |
| installers | IEnumerable |
The available package installers. |
| configuration | ICakeConfiguration | The configuration. |
Return Value
| Type | Description |
|---|---|
| void |
