Package org.apache.tika.metadata
Interface ExternalProcess
-
public interface ExternalProcess
-
-
Field Summary
Fields Modifier and Type Field Description static Property
EXIT_VALUE
Exit value of the sub processstatic Property
IS_TIMEOUT
Was the process timed outstatic String
PREFIX_EXTERNAL_META
static Property
STD_ERR
STD_ERRstatic Property
STD_ERR_IS_TRUNCATED
Whether or not stderr was truncatedstatic Property
STD_ERR_LENGTH
Stderr length whether or not it was truncated.static Property
STD_OUT
STD_OUTstatic Property
STD_OUT_IS_TRUNCATED
Whether or not stdout was truncatedstatic Property
STD_OUT_LENGTH
Stdout length whether or not it was truncated.
-
-
-
Field Detail
-
PREFIX_EXTERNAL_META
static final String PREFIX_EXTERNAL_META
- See Also:
- Constant Field Values
-
STD_OUT
static final Property STD_OUT
STD_OUT
-
STD_ERR
static final Property STD_ERR
STD_ERR
-
STD_OUT_IS_TRUNCATED
static final Property STD_OUT_IS_TRUNCATED
Whether or not stdout was truncated
-
STD_ERR_IS_TRUNCATED
static final Property STD_ERR_IS_TRUNCATED
Whether or not stderr was truncated
-
STD_OUT_LENGTH
static final Property STD_OUT_LENGTH
Stdout length whether or not it was truncated. If it was truncated, what would its length have been; if it wasn't, what is its length.
-
STD_ERR_LENGTH
static final Property STD_ERR_LENGTH
Stderr length whether or not it was truncated. If it was truncated, what would its length have been; if it wasn't, what is its length.
-
EXIT_VALUE
static final Property EXIT_VALUE
Exit value of the sub process
-
IS_TIMEOUT
static final Property IS_TIMEOUT
Was the process timed out
-
-