Groovy Documentation

org.gradle.api.artifacts.specs
Class DependencyTypeSpec

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

class DependencyTypeSpec

author:
Hans Dockter


Constructor Summary
DependencyTypeSpec(Type type)

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

Type getType()

int hashCode()

boolean isSatisfiedBy(Dependency dependency)

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

Constructor Detail

DependencyTypeSpec

public DependencyTypeSpec(Type type)


 
Method Detail

equals

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


getType

public Type getType()


hashCode

@Override
public int hashCode()


isSatisfiedBy

public boolean isSatisfiedBy(Dependency dependency)


 

Groovy Documentation