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

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.

Constructors

<init>

GenerateEclipseWtpFacet()
GenerateEclipseWtpFacet(facet: EclipseWtpFacet)

Functions

getFacet

open fun getFacet(): EclipseWtpFacet

The Eclipse WTP facet model containing the details required to generate the settings file.

getXmlTransformer

open fun getXmlTransformer(): XmlTransformer

setFacet

open fun setFacet(facet: EclipseWtpFacet): Unit