类 JavaExecutable
java.lang.Object
org.springframework.boot.loader.tools.JavaExecutable
Provides access to the java binary executable, regardless of OS.
- 从以下版本开始:
- 1.1.0
- 作者:
- Phillip Webb
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明processBuilder
(String... arguments) Create a newProcessBuilder
that will run with the Java executable.toString()
-
构造器详细资料
-
JavaExecutable
public JavaExecutable()
-
-
方法详细资料
-
processBuilder
Create a newProcessBuilder
that will run with the Java executable.- 参数:
arguments
- the command arguments- 返回:
- a
ProcessBuilder
-
toString
-