Package org.apache.tika.metadata
Interface ExternalProcess
public interface ExternalProcess
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Property
Exit value of the sub processstatic final Property
Was the process timed outstatic final String
static final Property
STD_ERRstatic final Property
Whether or not stderr was truncatedstatic final Property
Stderr length whether or not it was truncated.static final Property
STD_OUTstatic final Property
Whether or not stdout was truncatedstatic final Property
Stdout length whether or not it was truncated.
-
Field Details
-
PREFIX_EXTERNAL_META
- See Also:
-
STD_OUT
STD_OUT -
STD_ERR
STD_ERR -
STD_OUT_IS_TRUNCATED
Whether or not stdout was truncated -
STD_ERR_IS_TRUNCATED
Whether or not stderr was truncated -
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
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
Exit value of the sub process -
IS_TIMEOUT
Was the process timed out
-