Groovy Documentation

org.standardout.gradle.plugin.include
[Groovy] Class IncludePluginExtension

java.lang.Object
  org.standardout.gradle.plugin.include.IncludePluginExtension

class IncludePluginExtension

Extension that allows including build scripts based on methods defined in such a script.

Authors:
Simon Templer


Constructor Summary
IncludePluginExtension(Project project)

 
Method Summary
java.lang.Object from(java.lang.Object file, groovy.lang.Closure closure = null)

java.lang.Object location(java.lang.Object file, groovy.lang.Closure closure = null)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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()
 

Constructor Detail

IncludePluginExtension

IncludePluginExtension(Project project)


 
Method Detail

from

java.lang.Object from(java.lang.Object file, groovy.lang.Closure closure = null)


location

java.lang.Object location(java.lang.Object file, groovy.lang.Closure closure = null)


 

Groovy Documentation