Groovy Documentation

org.gradle.api.specs
Class CompositeSpec

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

class CompositeSpec
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
protected CompositeSpec(Spec specs)

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

List getSpecs()

int hashCode()

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

Constructor Detail

CompositeSpec

protected CompositeSpec(Spec specs)


 
Method Detail

equals

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


getSpecs

public List getSpecs()


hashCode

@Override
public int hashCode()


 

Groovy Documentation