Reload

fun interface Reload<T>

Responsible for reloading an application when the classpath changes.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(className: String, paths: List<Path>): T