A {@code FileTree} represents a hierarchy of files. It extends {@link FileCollection} to add hierarchy query andmanipulation methods. You typically use a {@code FileTree} to represent files to copy or the contents of anarchive.
You can obtain a {@code FileTree} instance using {@link org.gradle.api.Project#fileTree(java.util.Map)}, {@link org.gradle.api.Project#zipTree(Object)} or {@link org.gradle.api.Project#tarTree(Object)}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|