|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.util.PatternSet
org.gradle.api.tasks.util.IntersectionPatternSet
class IntersectionPatternSet extends PatternSet
| Constructor Summary | |
IntersectionPatternSet(PatternSet other)
|
|
| Method Summary | |
|---|---|
java.lang.Object
|
addToAntBuilder(java.lang.Object node, java.lang.String childNodeName)
|
Spec
|
getAsSpec()
|
| Methods inherited from class PatternSet | |
|---|---|
| addToAntBuilder, copyFrom, equals, exclude, exclude, exclude, exclude, excludeSpecs, getAsSpec, getExcludeSpecs, getExcludes, getIncludeSpecs, getIncludes, hashCode, include, include, include, include, includeSpecs, intersect, resetGlobalExcludes, setExcludes, setGlobalExcludes, setIncludes |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Constructor Detail |
|---|
IntersectionPatternSet(PatternSet other)
| Method Detail |
|---|
java.lang.Object addToAntBuilder(java.lang.Object node, java.lang.String childNodeName)
Spec getAsSpec()
Groovy Documentation