WorkerCommandRequest

data class WorkerCommandRequest(val javaExecutable: Path, val classpath: String, val mainClass: String, val requestDirectory: Path, val requestFile: Path, val responseFile: Path, val jvmArgs: List<String>)(source)

Structured inputs for WorkerCommandFactory.

Constructors

Link copied to clipboard
constructor(javaExecutable: Path, classpath: String, mainClass: String, requestDirectory: Path, requestFile: Path, responseFile: Path, jvmArgs: List<String>)

Properties

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