Groovy Documentation

org.gradle.api.internal.artifacts.dependencies
Class AbstractDependency

java.lang.Object
  org.gradle.api.internal.artifacts.dependencies.AbstractDependency
All Implemented Interfaces:
Dependency

class AbstractDependency
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
AbstractDependency()

 
Method Summary
protected void copyTo(AbstractDependency target)

int hashCode()

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

Constructor Detail

AbstractDependency

AbstractDependency()


 
Method Detail

copyTo

protected void copyTo(AbstractDependency target)


hashCode

@Override
public int hashCode()


 

Groovy Documentation