Summary
Initializes a new instance of the
CakeContext
class.
- Namespace
- Cake
.Core - Containing Type
- CakeContext
Syntax
public CakeContext(IFileSystem fileSystem, ICakeEnvironment environment, IGlobber globber, ICakeLog log, ICakeArguments arguments, IProcessRunner processRunner, IRegistry registry, IToolLocator tools, ICakeDataService data, ICakeConfiguration configuration)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
globber | IGlobber | The globber. |
log | ICakeLog | The log. |
arguments | ICakeArguments | The arguments. |
processRunner | IProcessRunner | The process runner. |
registry | IRegistry | The registry. |
tools | IToolLocator | The tool locator. |
data | ICakeDataService | The data service. |
configuration | ICakeConfiguration | The cake configuration. |
Return Value
Type | Description |
---|---|
void |