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


Constructor Summary
protected CompositeSpec(Spec... specs)

protected CompositeSpec(Iterable specs)

 
Method Summary
boolean equals(Object o)

List getSpecs()

int hashCode()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

CompositeSpec

protected CompositeSpec(Spec... specs)


CompositeSpec

protected CompositeSpec(Iterable specs)


 
Method Detail

equals

@Override
public boolean equals(Object o)


getSpecs

public List getSpecs()


hashCode

@Override
public int hashCode()


 

Gradle API 1.8