public class JavaExecutable extends Object
Constructor and Description |
---|
JavaExecutable() |
Modifier and Type | Method and Description |
---|---|
ProcessBuilder |
processBuilder(String... arguments)
Create a new
ProcessBuilder that will run with the Java executable. |
String |
toString() |
public ProcessBuilder processBuilder(String... arguments)
ProcessBuilder
that will run with the Java executable.arguments
- the command argumentsProcessBuilder
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.