|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.tasks.copy.CopyVisitor
class CopyVisitor
Constructor Summary | |
CopyVisitor(java.io.File baseDestDir, List remapClosures, List nameMappers, FilterChain filter)
|
Method Summary | |
---|---|
void
|
copyFile(java.io.File srcFile, java.io.File destFile)
|
boolean
|
getDidWork()
|
java.io.File
|
getTarget(RelativePath path)
|
boolean
|
needsCopy(java.io.File source, java.io.File dest)
|
void
|
visitDir(java.io.File dir, RelativePath path)
|
void
|
visitFile(java.io.File source, RelativePath path)
|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public CopyVisitor(java.io.File baseDestDir, List remapClosures, List nameMappers, FilterChain filter)
Method Detail |
---|
public void copyFile(java.io.File srcFile, java.io.File destFile)
public boolean getDidWork()
public java.io.File getTarget(RelativePath path)
public boolean needsCopy(java.io.File source, java.io.File dest)
public void visitDir(java.io.File dir, RelativePath path)
public void visitFile(java.io.File source, RelativePath path)
Groovy Documentation