|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ConventionValue
A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task. If a property of such an object is not set internally, a ConventionValue is used to calculate the value for the property.
| Method Summary | |
|---|---|
java.lang.Object
|
getValue(Convention convention, org.gradle.api.internal.IConventionAware conventionAwareObject)
Returns some object. |
| Method Detail |
|---|
public java.lang.Object getValue(Convention convention, org.gradle.api.internal.IConventionAware conventionAwareObject)
convention - The convention object belonging to the task's projectconventionAwareObject - The convention aware object
Groovy Documentation