Package org.apache.tika.metadata
Interface ExternalProcess
- 
 public interface ExternalProcess
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyEXIT_VALUEExit value of the sub processstatic PropertyIS_TIMEOUTWas the process timed outstatic StringPREFIX_EXTERNAL_METAstatic PropertySTD_ERRSTD_ERRstatic PropertySTD_ERR_IS_TRUNCATEDWhether or not stderr was truncatedstatic PropertySTD_ERR_LENGTHStderr length whether or not it was truncated.static PropertySTD_OUTSTD_OUTstatic PropertySTD_OUT_IS_TRUNCATEDWhether or not stdout was truncatedstatic PropertySTD_OUT_LENGTHStdout length whether or not it was truncated.
 
- 
- 
- 
Field Detail- 
PREFIX_EXTERNAL_METAstatic final String PREFIX_EXTERNAL_META - See Also:
- Constant Field Values
 
 - 
STD_OUTstatic final Property STD_OUT STD_OUT
 - 
STD_ERRstatic final Property STD_ERR STD_ERR
 - 
STD_OUT_IS_TRUNCATEDstatic final Property STD_OUT_IS_TRUNCATED Whether or not stdout was truncated
 - 
STD_ERR_IS_TRUNCATEDstatic final Property STD_ERR_IS_TRUNCATED Whether or not stderr was truncated
 - 
STD_OUT_LENGTHstatic 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_LENGTHstatic 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_VALUEstatic final Property EXIT_VALUE Exit value of the sub process
 - 
IS_TIMEOUTstatic final Property IS_TIMEOUT Was the process timed out
 
- 
 
-