private final class ForkStarter.CloseableCloser
extends java.lang.Object
implements java.lang.Runnable, java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Thread |
inputStreamCloserHook |
private int |
jvmRun |
private java.util.Queue<java.io.Closeable> |
testProvidingInputStream |
| Constructor and Description |
|---|
CloseableCloser(int jvmRun,
java.io.Closeable... testProvidingInputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
run() |
private final int jvmRun
private final java.util.Queue<java.io.Closeable> testProvidingInputStream
private final java.lang.Thread inputStreamCloserHook