| 限定符和类型 | 方法和说明 |
|---|---|
static RuntimeGenerate |
RuntimeGenerate.build() |
RuntimeGenerate |
RuntimeGenerate.command(String command) |
RuntimeGenerate |
RuntimeGenerate.commands(List<String> commands) |
RuntimeGenerate |
RuntimeGenerate.dir(File dir)
子进程的工作目录,如果子进程应该继承当前进程的工作目录,则该参数为 null
|
RuntimeGenerate |
RuntimeGenerate.envp(Map<String,String> envp)
设置环境变量
|
RuntimeGenerate |
RuntimeGenerate.envp(String key,
String value)
设置环境变量
|
RuntimeGenerate |
RuntimeGenerate.wait(boolean wait)
是否等待
|
Copyright © 2025. All rights reserved.