|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.plugins.ide.eclipse.model.EclipseWtpComponent
class EclipseWtpComponent 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.lang.String |
contextPath
The context path for the web application For examples see docs for EclipseWtp |
java.lang.String |
deployName
The deploy name to be used. |
java.util.Set |
minusConfigurations
The configurations whose files are to be excluded from dependent-module elements. |
java.util.Map |
pathVariables
The variables to be used for replacing absolute path in dependent-module elements. |
java.util.Set |
plusConfigurations
The configurations whose files are to be transformed into dependent-module elements. |
java.lang.Object |
project
|
java.util.List |
properties
Additional property elements. |
java.util.List |
resources
Additional wb-resource elements. |
java.util.Set |
sourceDirs
The source directories to be transformed into wb-resource elements. |
Method Summary | |
---|---|
void
|
mergeXmlComponent(WtpComponent xmlComponent)
|
void
|
property(java.util.Map args)
Adds a property. |
void
|
resource(java.util.Map args)
Adds a wb-resource. |
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.lang.String contextPath
For examples see docs for EclipseWtp
java.lang.String deployName
For examples see docs for EclipseWtp
java.util.Set minusConfigurations
For examples see docs for EclipseWtp
java.util.Map pathVariables
For examples see docs for EclipseModel
java.util.Set plusConfigurations
For examples see docs for EclipseWtp
java.lang.Object project
java.util.List properties
For examples see docs for EclipseWtp
java.util.List resources
Warning, this property is a ConvenienceProperty
For examples see docs for EclipseWtp
java.util.Set sourceDirs
Warning, this property is a ConvenienceProperty
For examples see docs for EclipseWtp
Method Detail |
---|
void mergeXmlComponent(WtpComponent xmlComponent)
void property(java.util.Map args)
For examples see docs for EclipseWtp
args
- A map that must contain a 'name' and 'value' key with corresponding values.
void resource(java.util.Map args)
For examples see docs for EclipseWtp
args
- A map that must contain a deployPath and sourcePath key with corresponding values.
Groovy Documentation