| Modifier and Type | Field and Description |
|---|---|
private JFiler |
ImplJSources.filer |
| Modifier and Type | Method and Description |
|---|---|
static JFiler |
JFiler.newInstance(java.io.File target)
Get an instance which writes to the filesystem.
|
static JFiler |
JFiler.newInstance(javax.annotation.processing.Filer filer)
Get an instance which uses an underlying
Filer. |
| Modifier and Type | Method and Description |
|---|---|
static JSources |
JDeparser.createSources(JFiler filer,
FormatPreferences format)
Create a new source generation collection.
|
| Constructor and Description |
|---|
ImplJSources(JFiler filer,
FormatPreferences format) |