|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.util.CopyInstruction
class CopyInstruction extends java.lang.Object
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 |
---|
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 Detail |
---|
CopyInstruction()
Method Detail |
---|
void execute()
Groovy Documentation