Groovy Documentation

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

org.gradle.api.file.FileTree
  org.gradle.api.file.ConfigurableFileTree
      org.gradle.api.file.FileCollection
All Superinterfaces:
FileTree, FileCollection

public interface ConfigurableFileTree
extends FileTree

A FileTree with a single base directory, which can be configured and modified.

You can obtain a ConfigurableFileTree instance by calling Project.fileTree.


Method Summary
 
Methods inherited from interface java.lang.Iterable
java.lang.Iterable#iterator()
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation