DirectoryTree

A directory with some associated include and exclude patterns.

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

Inheritors

Functions

Link copied to clipboard
abstract fun getDir(): File
Returns the base directory of this tree.
Link copied to clipboard
abstract fun getPatterns(): PatternSet
Returns the patterns which select the files under the base directory.