|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.internal.ConventionTask
org.gradle.api.tasks.GeneratorTask
org.gradle.plugins.eclipse.EclipseJdt
class EclipseJdt extends GeneratorTask
Generates the Eclipse JDT configuration file.
| Field Summary |
|---|
| Fields inherited from class GeneratorTask | |
|---|---|
| generator |
| Property Summary | |
|---|---|
JavaVersion |
sourceCompatibility
The source Java language level. |
JavaVersion |
targetCompatibility
The target JVM to generate .class files for. |
| Constructor Summary | |
EclipseJdt()
|
|
| Method Summary |
|---|
| Methods inherited from class GeneratorTask | |
|---|---|
| beforeConfigured, beforeConfigured, getInputFile, getOutputFile, setInputFile, setOutputFile, whenConfigured, whenConfigured |
| Property Detail |
|---|
JavaVersion sourceCompatibility
JavaVersion targetCompatibility
| Constructor Detail |
|---|
EclipseJdt()
Groovy Documentation