Groovy Documentation

org.gradle.api.internal.tasks.copy
Interface FileVisitor


interface FileVisitor

author:
Steve Appling


Method Summary
boolean getDidWork()

void visitDir(File dir, RelativePath path)

void visitFile(File file, RelativePath path)

 

Method Detail

getDidWork

public boolean getDidWork()


visitDir

public void visitDir(File dir, RelativePath path)


visitFile

public void visitFile(File file, RelativePath path)


 

Groovy Documentation