Groovy Documentation

org.gradle.api.specs
[Java] Class CompositeSpec

java.lang.Object
  org.gradle.api.specs.CompositeSpec
All Implemented Interfaces:
Spec

public abstract class CompositeSpec

A Spec which aggregates a sequence of other Spec instances.

Parameters:
- The target type for this Spec
Authors:
Hans Dockter


Constructor Summary
protected CompositeSpec(Spec specs)

protected CompositeSpec(java.lang.Iterable specs)

 
Method Summary
boolean equals(java.lang.Object o)

java.util.List getSpecs()

int hashCode()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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

CompositeSpec

protected CompositeSpec(Spec specs)


CompositeSpec

protected CompositeSpec(java.lang.Iterable specs)


 
Method Detail

equals

@Override
public boolean equals(java.lang.Object o)


getSpecs

public java.util.List getSpecs()


hashCode

@Override
public int hashCode()


 

Groovy Documentation