KernelConfig
data class KernelConfig(val host: String = "*", val ports: KernelPorts, val transport: String, val signatureScheme: String, val signatureKey: String, val scriptClasspath: List<File> = emptyList(), val homeDir: File?, val debugPort: Int? = null, val clientType: String? = null, val jvmTargetForSnippets: String? = null, val replCompilerMode: ReplCompilerMode = ReplCompilerMode.DEFAULT)
Constructors
Link copied to clipboard
constructor(host: String = "*", ports: KernelPorts, transport: String, signatureScheme: String, signatureKey: String, scriptClasspath: List<File> = emptyList(), homeDir: File?, debugPort: Int? = null, clientType: String? = null, jvmTargetForSnippets: String? = null, replCompilerMode: ReplCompilerMode = ReplCompilerMode.DEFAULT)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun KernelConfig.javaCmdLine(javaExecutable: String, tempDirPrefix: String, kernelClasspath: String, extraJavaArguments: Collection<String> = emptyList()): List<String>
Link copied to clipboard