@groovy.transform.CompileStatic trait WithIncludes
| Type | Name and description |
|---|---|
org.gradle.api.provider.Property<org.gradle.api.tasks.util.PatternFilterable> |
includes |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
exclude(java.lang.String... a) |
|
void |
exclude(java.lang.Iterable<java.lang.String> a) |
|
void |
exclude(org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> a) |
|
void |
exclude(groovy.lang.Closure a) |
|
void |
include(java.lang.String... a) |
|
void |
include(java.lang.Iterable<java.lang.String> a) |
|
void |
include(org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> a) |
|
void |
include(groovy.lang.Closure a) |