api / org.gradle.plugins.ide.eclipse / GenerateEclipseJdt

GenerateEclipseJdt

open class GenerateEclipseJdt : PropertiesGeneratorTask<Jdt>

Generates the Eclipse JDT configuration file. If you want to fine tune the eclipse configuration

At this moment nearly all configuration is done via EclipseJdt.

Constructors

<init>

GenerateEclipseJdt()
GenerateEclipseJdt(jdt: EclipseJdt)

Functions

getJdt

open fun getJdt(): EclipseJdt

Eclipse JDT model that contains information needed to generate the JDT file.

setJdt

open fun setJdt(jdt: EclipseJdt): Unit