|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.artifacts.dependencies.AbstractDependency
org.gradle.api.internal.artifacts.dependencies.AbstractModuleDependency
org.gradle.api.internal.artifacts.dependencies.AbstractExternalDependency
class AbstractExternalDependency extends AbstractModuleDependency
Constructor Summary | |
AbstractExternalDependency(java.lang.String configuration)
|
Method Summary | |
---|---|
protected void
|
copyTo(AbstractExternalDependency target)
|
protected boolean
|
isContentEqualsFor(ExternalDependency dependencyRhs)
|
Methods inherited from class AbstractModuleDependency | |
---|---|
addArtifact, artifact, copyTo, exclude, getArtifacts, getConfiguration, getExcludeRules, isCommonContentEquals, isKeyEquals, isTransitive, setArtifacts, setTransitive |
Methods inherited from class AbstractDependency | |
---|---|
copyTo, hashCode |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public AbstractExternalDependency(java.lang.String configuration)
Method Detail |
---|
protected void copyTo(AbstractExternalDependency target)
protected boolean isContentEqualsFor(ExternalDependency dependencyRhs)
Groovy Documentation