rewrite-runner
Toggle table of contents
0.18.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rewrite-runner
core
/
io.github.skhokhlov.rewriterunner
/
WorkerCommandRequest
Worker
Command
Request
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
.
Members
Constructors
Worker
Command
Request
Link copied to clipboard
constructor
(
javaExecutable
:
Path
,
classpath
:
String
,
mainClass
:
String
,
requestDirectory
:
Path
,
requestFile
:
Path
,
responseFile
:
Path
,
jvmArgs
:
List
<
String
>
)
Properties
classpath
Link copied to clipboard
val
classpath
:
String
java
Executable
Link copied to clipboard
val
javaExecutable
:
Path
jvm
Args
Link copied to clipboard
val
jvmArgs
:
List
<
String
>
main
Class
Link copied to clipboard
val
mainClass
:
String
request
Directory
Link copied to clipboard
val
requestDirectory
:
Path
request
File
Link copied to clipboard
val
requestFile
:
Path
response
File
Link copied to clipboard
val
responseFile
:
Path