public final class JDeparser
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
JDeparser() |
| Modifier and Type | Method and Description |
|---|---|
static JSources |
createSources(JFiler filer,
FormatPreferences format)
Create a new source generation collection.
|
static void |
dropCaches()
Drop all thread-local caches.
|
public static JSources createSources(JFiler filer, FormatPreferences format)
filer - the filer to use to store generated sourcesformat - the formatting preferences to use for these sourcespublic static void dropCaches()
finally block to ensure that resources are released regardless of
the outcome of intervening operations.