Restricts the contents of this tree to those files matching the given filter. The filtered tree is live, so that any changes to this tree are reflected in the filtered tree.
The given closure is used to configure the filter. A {@link org.gradle.api.tasks.util.PatternFilterable} ispassed to the closure as its delegate. Only files which match the specified include patterns will be included in the filtered tree. Any files which match the specified exclude patterns will be excluded from the filtered tree.
@param filterConfigClosure the closure to use to configure the filter. @return The filtered tree.
|
|