public class ProcessContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessContext.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ProcessContext |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static ProcessContext.Builder |
builder() |
Optional<Map<String,String>> |
getEnvironment() |
Optional<OutputStream> |
getOutput() |
Optional<File> |
getWorkingDirectory() |
public static final ProcessContext DEFAULT
public Optional<OutputStream> getOutput()
public static ProcessContext.Builder builder()
Copyright © 2022. All rights reserved.