Groovy Documentation

org.gradle.api.tasks.util
[Groovy] Class IntersectionPatternSet

java.lang.Object
  org.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, setExcludes, setGlobalExcludes, setIncludes
 

Constructor Detail

IntersectionPatternSet

IntersectionPatternSet(PatternSet other)


 
Method Detail

addToAntBuilder

java.lang.Object addToAntBuilder(java.lang.Object node, java.lang.String childNodeName)


getAsSpec

Spec getAsSpec()


 

Groovy Documentation