EnvironmentContextBuilderDsl

Builder DSL for creating an environment.This part of the DSL is specifically responsible for creating an EnvironmentContext.

Constructors

Link copied to clipboard
fun EnvironmentContextBuilderDsl()

Functions

Link copied to clipboard
open override fun build(): EnvironmentContext
Link copied to clipboard
open override fun <T : Any> put(declaration: Declaration<T>)

Adds a declaration to this context. You will rarely need to call this function directly, as many other put functions exist for a more DSL-ish approach.