KernelOwnParamsBuilder

class KernelOwnParamsBuilder(var scriptClasspath: List<File>? = null, var homeDir: File? = null, var debugPort: Int? = null, var clientType: String? = null, var jvmTargetForSnippets: String? = null, var replCompilerMode: ReplCompilerMode? = null, var extraCompilerArguments: List<String>? = null)

Constructors

Link copied to clipboard
constructor(kernelOwnParams: KernelOwnParams)
constructor(scriptClasspath: List<File>? = null, homeDir: File? = null, debugPort: Int? = null, clientType: String? = null, jvmTargetForSnippets: String? = null, replCompilerMode: ReplCompilerMode? = null, extraCompilerArguments: List<String>? = null)

Properties

Link copied to clipboard
val boundParameters: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard