Configurator Class

Summary

Manages configuration of an engine and coordinates configuration script processing.
Assembly
Wyam.Configuration.dll
Namespace
Wyam.Configuration
Interfaces
  • IDisposable
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IDisposable"] Type["Configurator"] class Type type-node

Syntax

public class Configurator : IDisposable

Constructors

Name Summary
Configurator(Engine) Initializes a new instance of the Wyam.Configuration.Configurator class.
Configurator(Engine, Preprocessor) Initializes a new instance of the Wyam.Configuration.Configurator class. This overload allows passing in a Wyam.Configuration.Preprocessing.Preprocessor that can be reused and pre-configured with directives not sourced from the script.

Properties

Methods

Name Value Summary
Configure(FilePath) bool
Configures the engine using the specified config file.
Configure(IFile) bool
Configures the engine using the specified config file.
Configure(string, FilePath) void
Configures the engine using the specified script.
Dispose() void
GitHub