LibraryRegistrant

Component that is responsible for registering libraries in a pipeline's Context, in order to be looked up later.

Parameters

context

context to push libraries to

Constructors

Link copied to clipboard
constructor(context: MutableContext)

Functions

Link copied to clipboard
fun register(library: Library)

Registers a new single library, allowing it to be looked up by functions and its Library.onLoad action is executed.

Link copied to clipboard
fun registerAll(libraries: Collection<Library>)

Registers a new set of libraries, allowing them to be looked up by functions. and their Library.onLoad action is executed.