DirectoryTree (Gradle API 8.14) (original) (raw)

All Known Subinterfaces:

[ConfigurableFileTree](ConfigurableFileTree.html "interface in org.gradle.api.file")


public interface DirectoryTree

A directory with some associated include and exclude patterns.

This interface does not allow mutation. However, the actual implementation may not be immutable.

[getDir](#getDir%28%29)()
Returns the base directory of this tree.
Returns the patterns which select the files under the base directory.