Class TruffleProcessBuilder

java.lang.Object
com.oracle.truffle.api.io.TruffleProcessBuilder

public final class TruffleProcessBuilder extends Object
A builder used to create an external subprocess. The TruffleProcessBuilder instance allows to set subprocess attributes. The start() method creates a new Process instance with those attributes. The start() method can be invoked repeatedly from the same instance to create new subprocesses with the same attributes.
Since:
19.1.0