de.undercouch.gradle.tasks.download
Class DownloadExtension

java.lang.Object
  extended by de.undercouch.gradle.tasks.download.DownloadExtension
All Implemented Interfaces:
org.gradle.util.Configurable<DownloadExtension>

public class DownloadExtension
extends java.lang.Object
implements org.gradle.util.Configurable<DownloadExtension>

An extension that configures and executes a DownloadAction


Constructor Summary
DownloadExtension(org.gradle.api.Project project)
          Creates a new extension
 
Method Summary
 DownloadExtension configure(groovy.lang.Closure cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadExtension

public DownloadExtension(org.gradle.api.Project project)
Creates a new extension

Parameters:
project - the project to be built
Method Detail

configure

public DownloadExtension configure(groovy.lang.Closure cl)
Specified by:
configure in interface org.gradle.util.Configurable<DownloadExtension>