|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.artifacts.specs.DependencyTypeSpec
class DependencyTypeSpec
| 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 |
|---|
public DependencyTypeSpec(Type type)
| Method Detail |
|---|
@Override public boolean equals(java.lang.Object o)
public Type getType()
@Override public int hashCode()
public boolean isSatisfiedBy(Dependency dependency)
Groovy Documentation