|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.plugins.AbstractConvention
org.gradle.api.internal.plugins.DefaultConvention
class DefaultConvention extends AbstractConvention
Constructor Summary | |
DefaultConvention()
|
Method Summary | |
---|---|
def
|
methodMissing(java.lang.String method, def arguments)
|
def
|
propertyMissing(java.lang.String property)
|
void
|
setProperty(java.lang.String property, def value)
|
Methods inherited from class AbstractConvention | |
---|---|
getPlugin, getPlugins, getProperties, getProperty, hasMethod, hasProperty, invokeMethod, setProperty |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
DefaultConvention()
Method Detail |
---|
public def methodMissing(java.lang.String method, def arguments)
public def propertyMissing(java.lang.String property)
void setProperty(java.lang.String property, def value)
Groovy Documentation