public abstract class ExecCreateParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExecCreateParams.Builder |
Constructor and Description |
---|
ExecCreateParams() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
attachStderr() |
abstract boolean |
attachStdout() |
static ExecCreateParams.Builder |
builder()
Creates builder for
ExecCreateParams , it sets
attachStderr() and attachStdout() to true as a default. |
abstract List<String> |
cmd() |
public abstract boolean attachStdout()
public abstract boolean attachStderr()
public static ExecCreateParams.Builder builder()
ExecCreateParams
, it sets
attachStderr()
and attachStdout()
to true as a default.ExecCreateParams.Builder
instanceCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.