KotlinDslProvider

Provider for loading Alchemist simulations from Kotlin DSL scripts.

Properties

Link copied to clipboard
open override val fileExtensions: Regex

A Regex matching the file extensions supported.

Functions

Link copied to clipboard
open override fun from(input: InputStream): Loader

Creates a Loader from an InputStream input.

open override fun from(input: Reader): Loader

Creates a Loader from a Reader input.

open override fun from(input: URL): Loader

Creates a Loader from a URL input.

open override fun from(input: String): Loader

Creates a Loader from a string input.