|
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.api.tasks.XmlGeneratorTask
org.gradle.plugins.eclipse.EclipseWtpFacet
class EclipseWtpFacet extends XmlGeneratorTask
Generates the org.eclipse.wst.common.project.facet.core settings file for Eclipse WTP.
Field Summary | |
---|---|
protected WtpFacetFactory |
modelFactory
|
Fields inherited from class GeneratorTask | |
---|---|
generator |
Property Summary | |
---|---|
java.util.List |
facets
The facets to be added as elements. |
Constructor Summary | |
EclipseWtpFacet()
|
Method Summary | |
---|---|
protected void
|
configure(WtpFacet facet)
|
protected WtpFacet
|
create()
|
void
|
facet(java.util.Map args)
Adds a facet. |
Methods inherited from class XmlGeneratorTask | |
---|---|
configure, create, getXmlTransformer, withXml, withXml |
Methods inherited from class GeneratorTask | |
---|---|
beforeConfigured, beforeConfigured, getInputFile, getOutputFile, setInputFile, setOutputFile, whenConfigured, whenConfigured |
Field Detail |
---|
protected WtpFacetFactory modelFactory
Property Detail |
---|
java.util.List facets
Constructor Detail |
---|
EclipseWtpFacet()
Method Detail |
---|
@Override protected void configure(WtpFacet facet)
@Override protected WtpFacet create()
void facet(java.util.Map args)
args
- A map that must contain a name and version key with corresponding values.
Groovy Documentation