Package com.norconex.commons.lang
Class SystemUtil.Captured<T>
java.lang.Object
com.norconex.commons.lang.SystemUtil.Captured<T>
- Type Parameters:
T- the type of the return value forSystemUtil.callAndCaptureOutput(Callable)orVoidforSystemUtil.runAndCaptureOutput(Runnable)
- Enclosing class:
SystemUtil
Holds possible return value and standard output/error when
invoking
SystemUtil.callAndCaptureOutput(Callable)
or SystemUtil.runAndCaptureOutput(Runnable).- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary