ManagedProcessBuilder

public void ManagedProcessBuilder(String executable)

Creates a builder for the given executable path (string form).

Parameters

executable

the executable to run (absolute or resolvable on PATH)

Throws

if the environment cannot be initialized


public void ManagedProcessBuilder(Path executable)

Creates a builder for the given executable path.

Parameters

executable

the executable to run

Throws

if the environment cannot be initialized