|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.plugins.ide.eclipse.model.EclipseWtpFacet
class EclipseWtpFacet extends java.lang.Object
Models the information need for wtp component
For examples see docs for EclipseWtp @author: Szczepan Faber, created at: 4/20/11
| Property Summary | |
|---|---|
java.util.List |
facets
The facets to be added as elements. |
| Method Summary | |
|---|---|
void
|
facet(java.util.Map args)
Adds a facet. |
void
|
mergeXmlFacet(WtpFacet xmlFacet)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Property Detail |
|---|
java.util.List facets
For examples see docs for EclipseWtp
| Method Detail |
|---|
void facet(java.util.Map args)
For examples see docs for EclipseWtp
args - A map that must contain a 'name' and 'version' key with corresponding values.
void mergeXmlFacet(WtpFacet xmlFacet)
Groovy Documentation