api / org.gradle.plugins.ide.eclipse

Package org.gradle.plugins.ide.eclipse

Types

EclipsePlugin

open class EclipsePlugin : IdePlugin

A plugin which generates Eclipse files.

EclipseWtpPlugin

open class EclipseWtpPlugin : IdePlugin

A plugin which configures the Eclipse Web Tools Platform.

GenerateEclipseClasspath

open class GenerateEclipseClasspath : XmlGeneratorTask<Classpath>

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

At this moment nearly all configuration is done via EclipseClasspath.

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.

GenerateEclipseProject

open class GenerateEclipseProject : XmlGeneratorTask<Project>

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

At this moment nearly all configuration is done via EclipseProject.

GenerateEclipseWtpComponent

open class GenerateEclipseWtpComponent : XmlGeneratorTask<WtpComponent>

Generates the org.eclipse.wst.common.component settings file for Eclipse WTP. If you want to fine tune the eclipse configuration

At this moment nearly all configuration is done via EclipseWtpComponent.

GenerateEclipseWtpFacet

open class GenerateEclipseWtpFacet : XmlGeneratorTask<WtpFacet>

Generates the org.eclipse.wst.common.project.facet.core settings file for Eclipse WTP. If you want to fine tune the eclipse configuration

At this moment nearly all configuration is done via EclipseWtpFacet.