Groovy Documentation

org.gradle.api.file
[Java] Interface FileCopyDetails

org.gradle.api.file.FileCopyDetails
  org.gradle.api.file.FileTreeElement
All Superinterfaces:
FileTreeElement

public interface FileCopyDetails
extends FileTreeElement

Provides details about a file or directory about to be copied, and allows some aspects of the destination file to be modified.

Using this interface, you can change the destination path of the file, filter the content of the file, or exclude the file from the result entirely.


Groovy Documentation