ConfigurableFileTree
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.
Modifier and Type | Method | Description |
---|---|---|
File |
getDir() |
Returns the base directory of this tree.
|
PatternSet |
getPatterns() |
Returns the patterns which select the files under the base directory.
|
File getDir()
PatternSet getPatterns()