Groovy Documentation

org.gradle.api.tasks.util
Class CopyInstructionFactory

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

class CopyInstructionFactory
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
CopyInstructionFactory(AntBuilder antBuilder)

 
Method Summary
CopyInstruction createCopyInstruction(File sourceDir, File targetDir, Set includes, Set excludes, Map filters)

AntBuilder getAntBuilder()

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

Constructor Detail

CopyInstructionFactory

public CopyInstructionFactory(AntBuilder antBuilder)


 
Method Detail

createCopyInstruction

public CopyInstruction createCopyInstruction(File sourceDir, File targetDir, Set includes, Set excludes, Map filters)


getAntBuilder

public AntBuilder getAntBuilder()


 

Groovy Documentation