Groovy Documentation

org.gradle.api.tasks.util
Class CopyInstruction

java.lang.Object
  org.gradle.api.tasks.util.CopyInstruction

class CopyInstruction
extends java.lang.Object

author:
Hans Dockter todo: Refactor to use FileSet todo: Refactor to accept an existing ant instance


Property Summary
groovy.util.AntBuilder antBuilder

java.util.Set excludes

java.util.Map filters

java.util.Set includes

java.io.File sourceDir

java.io.File targetDir

 
Constructor Summary
CopyInstruction()

 
Method Summary
void execute()

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Property Detail

antBuilder

groovy.util.AntBuilder antBuilder


excludes

java.util.Set excludes


filters

java.util.Map filters


includes

java.util.Set includes


sourceDir

java.io.File sourceDir


targetDir

java.io.File targetDir


 
Constructor Detail

CopyInstruction

CopyInstruction()


 
Method Detail

execute

void execute()


 

Groovy Documentation