Package-level declarations

A org.gradle.api.Plugin for generating Eclipse files.

Types

Link copied to clipboard
abstract class EclipsePlugin : IdePlugin
A plugin which generates Eclipse files.
Link copied to clipboard
abstract class EclipseWtpPlugin : IdePlugin
A plugin which configures the Eclipse Web Tools Platform.
Link copied to clipboard
@DisableCachingByDefault(because = "Not made cacheable, yet")
abstract class GenerateEclipseClasspath : XmlGeneratorTask<T>
Generates an Eclipse .classpath file.
Link copied to clipboard
@DisableCachingByDefault(because = "Not made cacheable, yet")
abstract class GenerateEclipseJdt : PropertiesGeneratorTask<T>
Generates the Eclipse JDT configuration file.
Link copied to clipboard
@DisableCachingByDefault(because = "Not made cacheable, yet")
abstract class GenerateEclipseProject : XmlGeneratorTask<T>
Generates an Eclipse .project file.
Link copied to clipboard
@DisableCachingByDefault(because = "Not made cacheable, yet")
abstract class GenerateEclipseWtpComponent : XmlGeneratorTask<T>
Generates the org.eclipse.wst.common.component settings file for Eclipse WTP.
Link copied to clipboard
@DisableCachingByDefault(because = "Not made cacheable, yet")
abstract class GenerateEclipseWtpFacet : XmlGeneratorTask<T>
Generates the org.eclipse.wst.common.project.facet.core settings file for Eclipse WTP.