Class JavaExecutable
java.lang.Object
org.apache.dubbo.maven.plugin.aot.JavaExecutable
Provides access to the java binary executable, regardless of OS.
- Author:
- Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessBuilder(String... arguments) Create a newProcessBuilderthat will run with the Java executable.toString()
-
Constructor Details
-
JavaExecutable
public JavaExecutable()
-
-
Method Details
-
processBuilder
Create a newProcessBuilderthat will run with the Java executable.- Parameters:
arguments- the command arguments- Returns:
- a
ProcessBuilder
-
toString
-