private static class GraalDebugConfigCustomizer.NodeDumper extends Object implements DebugDumpHandler
| Modifier | Constructor and Description |
|---|---|
private |
NodeDumper() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Flushes and releases resources managed by this dump handler.
|
void |
dump(Object object,
String message) |
private NodeDumper()
public void dump(Object object, String message)
dump in interface DebugDumpHandlerpublic void close()
DebugDumpHandlerDebugDumpHandler.dump(Object, String) will create and open new resources. That is, this method can be
used to reset the handler.close in interface DebugDumpHandlerclose in interface Closeableclose in interface AutoCloseable