public interface ExternalProcess
Modifier and Type | Field and Description |
---|---|
static Property |
EXIT_VALUE
Exit value of the sub process
|
static Property |
IS_TIMEOUT
Was the process timed out
|
static String |
PREFIX_EXTERNAL_META |
static Property |
STD_ERR
STD_ERR
|
static Property |
STD_ERR_IS_TRUNCATED
Whether or not stderr was truncated
|
static Property |
STD_ERR_LENGTH
Stderr length whether or not it was truncated.
|
static Property |
STD_OUT
STD_OUT
|
static Property |
STD_OUT_IS_TRUNCATED
Whether or not stdout was truncated
|
static Property |
STD_OUT_LENGTH
Stdout length whether or not it was truncated.
|
static final String PREFIX_EXTERNAL_META
static final Property STD_OUT
static final Property STD_ERR
static final Property STD_OUT_IS_TRUNCATED
static final Property STD_ERR_IS_TRUNCATED
static final Property STD_OUT_LENGTH
static final Property STD_ERR_LENGTH
static final Property EXIT_VALUE
static final Property IS_TIMEOUT
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.