Groovy Documentation

org.gradle.api.internal.plugins
Class DefaultConvention

java.lang.Object
  org.gradle.api.internal.plugins.AbstractConvention
      org.gradle.api.internal.plugins.DefaultConvention

class DefaultConvention
extends AbstractConvention

author:
Hans Dockter


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

DefaultConvention()


 
Method Detail

methodMissing

public def methodMissing(java.lang.String method, def arguments)


propertyMissing

public def propertyMissing(java.lang.String property)


setProperty

void setProperty(java.lang.String property, def value)


 

Groovy Documentation