public class ThreadLocalStdOutErrCapturer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadLocalStdOutErrCapturer.CaptureStreams |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<ThreadLocalStdOutErrCapturer.CaptureStreams> |
stderrCapture |
static ThreadLocal<ThreadLocalStdOutErrCapturer.CaptureStreams> |
stdoutCapture |
| Constructor and Description |
|---|
ThreadLocalStdOutErrCapturer() |
public static final ThreadLocal<ThreadLocalStdOutErrCapturer.CaptureStreams> stdoutCapture
public static final ThreadLocal<ThreadLocalStdOutErrCapturer.CaptureStreams> stderrCapture
Copyright © 2014. All rights reserved.