|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
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.
| Method Summary | |
|---|---|
File
|
getDir()
Returns the base directory of this tree. |
PatternSet
|
getPatterns()
Returns the patterns which select the files under the base directory. |
| Method Detail |
|---|
public File getDir()
public PatternSet getPatterns()
Gradle API 1.5