Groovy Documentation

org.gradle.plugins.ide.eclipse.model
[Groovy] Class EclipseWtpFacet

java.lang.Object
  org.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

facets

java.util.List facets
The facets to be added as elements.

For examples see docs for EclipseWtp


 
Method Detail

facet

void facet(java.util.Map args)
Adds a facet.

For examples see docs for EclipseWtp

Parameters:
args - A map that must contain a 'name' and 'version' key with corresponding values.


mergeXmlFacet

void mergeXmlFacet(WtpFacet xmlFacet)
*


 

Groovy Documentation